check app id

This commit is contained in:
Bill He 2024-01-18 10:05:37 -08:00
parent fd181fa745
commit 20585c8ac9
No known key found for this signature in database
GPG Key ID: 73AEEF9D79E5BBF8

View File

@ -57,7 +57,7 @@ export const ChooseWallet = () => {
size={ButtonSize.Small}
>
<div>
{walletType !== WalletType.Privy
{walletType !== WalletType.Privy && import.meta.env.VITE_PRIVY_APP_ID
? stringGetter({ key: wallets[walletType].stringKey })
: 'Socials (Email, SMS, etc.)'}
</div>