comment out an unused function

This commit is contained in:
Roman Drozd 2020-10-28 04:32:05 +01:00
parent 25a024643d
commit 5689d413f1

View file

@ -238,6 +238,7 @@ const JoinDialog = ({
});
};
/*
const handleAuth = () =>
{
_askForPerms();
@ -253,6 +254,7 @@ const JoinDialog = ({
});
};
*/
const handleJoinUsingEnterKey = (event) =>
{