mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 13:14:58 +08:00
Some missed '/' / '.' replacemement
This commit is contained in:
parent
588dbf5693
commit
c3f32b74e4
@ -42,7 +42,7 @@ module.exports = React.createClass({
|
||||
},
|
||||
|
||||
changePassword: function() {
|
||||
var ChangePassword = sdk.getComponent('molecules/ChangePassword');
|
||||
var ChangePassword = sdk.getComponent('molecules.ChangePassword');
|
||||
Modal.createDialog(ChangePassword);
|
||||
},
|
||||
|
||||
@ -60,8 +60,8 @@ module.exports = React.createClass({
|
||||
case this.Phases.Loading:
|
||||
return <Loader />
|
||||
case this.Phases.Display:
|
||||
var EditableText = sdk.getComponent('atoms/EditableText');
|
||||
var EnableNotificationsButton = sdk.getComponent('atoms/EnableNotificationsButton');
|
||||
var EditableText = sdk.getComponent('atoms.EditableText');
|
||||
var EnableNotificationsButton = sdk.getComponent('atoms.EnableNotificationsButton');
|
||||
return (
|
||||
<div className="mx_UserSettings">
|
||||
<div className="mx_UserSettings_User">
|
||||
|
Loading…
Reference in New Issue
Block a user