Merge pull request #11254 from vector-im/t3chguy/fix_skinning_replaces
Fix skinning replaces being broken since being rewritten as React FC's
This commit is contained in:
@@ -44,6 +44,4 @@ module.exports = ({onFinished}) => {
|
||||
</div>
|
||||
);
|
||||
};
|
||||
module.exports.statics = {
|
||||
replaces: 'CustomServerDialog',
|
||||
};
|
||||
module.exports.replaces = 'CustomServerDialog';
|
||||
|
||||
Reference in New Issue
Block a user