consistent comments

pull/21833/head
David Baker 2019-04-08 19:10:20 +01:00
parent 670f6e4f99
commit a04c15d131
1 changed files with 1 additions and 1 deletions

View File

@ -598,7 +598,7 @@ export default React.createClass({
case 'view_user_settings': {
const UserSettingsDialog = sdk.getComponent("dialogs.UserSettingsDialog");
Modal.createTrackedDialog('User settings', '', UserSettingsDialog, {},
/*className*/null, /*isPriority=*/false, /*isStatic=*/true);
/*className=*/null, /*isPriority=*/false, /*isStatic=*/true);
// View the welcome or home page if we need something to look at
this._viewSomethingBehindModal();