You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-13 08:02:38 +03:00
fix indentation spaces and readability line spaces
This commit is contained in:
@@ -68,6 +68,7 @@ if (DEBUG) {
|
||||
// using bind means that we get to keep useful line numbers in the console
|
||||
debuglog = console.log.bind(console);
|
||||
}
|
||||
|
||||
export default createReactClass({
|
||||
displayName: 'RoomView',
|
||||
propTypes: {
|
||||
@@ -624,6 +625,7 @@ export default createReactClass({
|
||||
ev.stopPropagation();
|
||||
ev.preventDefault();
|
||||
}
|
||||
|
||||
},
|
||||
onAction: function(payload) {
|
||||
switch (payload.action) {
|
||||
|
||||
Reference in New Issue
Block a user