From 561d1909ca559f51aeb3514fea2ae6d011041401 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Mon, 30 Oct 2017 16:24:11 +0100 Subject: [PATCH] Revert "misc: remove duplicated declarations" This reverts commit 7e831117b639cafcd7729040c4fbe2325ed814de. --- .../authentication/components/WaitForOwnerDialog.native.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/react/features/authentication/components/WaitForOwnerDialog.native.js b/react/features/authentication/components/WaitForOwnerDialog.native.js index 95444591c..492e4bb9a 100644 --- a/react/features/authentication/components/WaitForOwnerDialog.native.js +++ b/react/features/authentication/components/WaitForOwnerDialog.native.js @@ -81,6 +81,8 @@ class WaitForOwnerDialog extends Component { ); } + _onCancel: () => void; + /** * Called when the cancel button is clicked. * @@ -91,6 +93,8 @@ class WaitForOwnerDialog extends Component { this.props.dispatch(cancelWaitForOwner()); } + _onLogin: () => void; + /** * Called when the OK button is clicked. *