mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 19:56:45 +02:00
consistent comments
This commit is contained in:
parent
670f6e4f99
commit
a04c15d131
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user