From 5689d413f11f4e800bb1bb4f4925b8d0592fcfce Mon Sep 17 00:00:00 2001 From: Roman Drozd Date: Wed, 28 Oct 2020 04:32:05 +0100 Subject: [PATCH] comment out an unused function --- app/src/components/JoinDialog.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/components/JoinDialog.js b/app/src/components/JoinDialog.js index 613e2fbb..b0ad5cde 100644 --- a/app/src/components/JoinDialog.js +++ b/app/src/components/JoinDialog.js @@ -238,6 +238,7 @@ const JoinDialog = ({ }); }; + /* const handleAuth = () => { _askForPerms(); @@ -253,6 +254,7 @@ const JoinDialog = ({ }); }; + */ const handleJoinUsingEnterKey = (event) => {