ManageEventIndexDialog: Add a space before the function parenthesis.
This commit is contained in:
parent
1897d67818
commit
a650c47d6b
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ export default class ManageEventIndexDialog extends React.Component {
|
|||
};
|
||||
}
|
||||
|
||||
updateCurrentRoom = async(room) => {
|
||||
updateCurrentRoom = async (room) => {
|
||||
const eventIndex = EventIndexPeg.get();
|
||||
let stats;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue