1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

consistent comments

This commit is contained in:
David Baker
2019-04-08 19:10:20 +01:00
parent 670f6e4f99
commit a04c15d131

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();