diff --git a/src/components/connection-method-selection-dialog.tsx b/src/components/connection-method-selection-dialog.tsx index bae4427..84eef1a 100644 --- a/src/components/connection-method-selection-dialog.tsx +++ b/src/components/connection-method-selection-dialog.tsx @@ -20,7 +20,7 @@ const connectionMethodMap = [ type: LikeCoinWalletConnectorMethodType.LikerId, name: 'Email/Social', tier: 1, - isInstalled: true, + isInstalled: false, isMobileOk: true, url: 'https://like.co/in', description: 'connect_wallet_method_description_authcore', @@ -189,9 +189,7 @@ export const ConnectionMethodSelectionDialog: FC method.isInstalled - ); + let hasShownInstalledWallet = false; const getTier = (method: LikeCoinWalletConnectorMethod) => { if (!hasShownInstalledWallet) { if (method.isInstalled) {