Fix skinning replaces being broken since being rewritten as React FC's

This commit is contained in:
Michael Telatynski 2019-10-28 18:16:54 +00:00
parent 7bfda36ae5
commit 5ffdc79bc7
2 changed files with 2 additions and 6 deletions

View File

@ -48,6 +48,4 @@ module.exports = () => {
</div>
);
};
module.exports.statics = {
replaces: 'AuthFooter',
};
module.exports.replaces = 'AuthFooter';

View File

@ -49,6 +49,4 @@ module.exports = ({onFinished}) => {
</div>
);
};
module.exports.statics = {
replaces: 'CustomServerDialog',
};
module.exports.replaces = 'CustomServerDialog';