diff --git a/src/components/views/auth/VectorCustomServerDialog.js b/src/components/views/auth/VectorCustomServerDialog.js index cf2ba1abbf..5dc3c271af 100644 --- a/src/components/views/auth/VectorCustomServerDialog.js +++ b/src/components/views/auth/VectorCustomServerDialog.js @@ -22,7 +22,7 @@ import { _t } from 'matrix-react-sdk/lib/languageHandler'; * This is identical to `CustomServerDialog` except for replacing "this app" * with "Riot". */ -module.exports = () => { +module.exports = ({onFinished}) => { return (
@@ -42,7 +42,7 @@ module.exports = () => { )}

-