Minnor changes and fix invitation logic

This commit is contained in:
Adolfo Reyna
2023-07-07 09:45:40 -04:00
parent 0b477ba38e
commit ad39608e2a
4 changed files with 32 additions and 6 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ const handleURL = (url, navigation) => {
if (path === 'alert') {
alert(queryParams.str);
} else {
alert(path + " ::: " + queryParams);
//alert(path + " ::: " + queryParams);
}
}