diff --git a/src/components/views/auth/VectorAuthFooter.js b/src/components/views/auth/VectorAuthFooter.js index a5f27350cf..574d71047e 100644 --- a/src/components/views/auth/VectorAuthFooter.js +++ b/src/components/views/auth/VectorAuthFooter.js @@ -48,6 +48,4 @@ module.exports = () => { ); }; -module.exports.statics = { - replaces: 'AuthFooter', -}; +module.exports.replaces = 'AuthFooter'; diff --git a/src/components/views/auth/VectorCustomServerDialog.js b/src/components/views/auth/VectorCustomServerDialog.js index 24830166eb..8843ce6f1c 100644 --- a/src/components/views/auth/VectorCustomServerDialog.js +++ b/src/components/views/auth/VectorCustomServerDialog.js @@ -44,6 +44,4 @@ module.exports = ({onFinished}) => { ); }; -module.exports.statics = { - replaces: 'CustomServerDialog', -}; +module.exports.replaces = 'CustomServerDialog';