From 6d7c4c4dd4ae2cce375506eb84b98c2cde16e57d Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Tue, 6 Aug 2019 18:30:08 +0100 Subject: [PATCH] fix VectorCustomServerDialog props Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- src/components/views/auth/VectorCustomServerDialog.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/views/auth/VectorCustomServerDialog.js b/src/components/views/auth/VectorCustomServerDialog.js index cf2ba1ab..5dc3c271 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 = () => { )}

-