mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-13 09:41:16 +02:00
Fix skinning replaces being broken since being rewritten as React FC's
This commit is contained in:
parent
7bfda36ae5
commit
5ffdc79bc7
@ -48,6 +48,4 @@ module.exports = () => {
|
||||
</div>
|
||||
);
|
||||
};
|
||||
module.exports.statics = {
|
||||
replaces: 'AuthFooter',
|
||||
};
|
||||
module.exports.replaces = 'AuthFooter';
|
||||
|
@ -49,6 +49,4 @@ module.exports = ({onFinished}) => {
|
||||
</div>
|
||||
);
|
||||
};
|
||||
module.exports.statics = {
|
||||
replaces: 'CustomServerDialog',
|
||||
};
|
||||
module.exports.replaces = 'CustomServerDialog';
|
||||
|
Loading…
x
Reference in New Issue
Block a user