Skip to content

Commit

Permalink
style: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jjramirezn committed Jan 14, 2025
1 parent d6c804b commit 37af875
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/hooks/useWallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,12 +137,12 @@ export const useWallet = () => {
accountType: interfaces.WalletProviderType.BYOW,
userId: user.user.userId,
connector:
connector && connector.icon
? {
iconUrl: connector.icon,
name: connector.name,
}
: undefined,
connector && connector.icon
? {
iconUrl: connector.icon,
name: connector.name,
}
: undefined,
}).catch((error) => {
const errorMsg = error.message.includes('Account already exists')
? 'Could not add external wallet, already associated with another account'
Expand Down

0 comments on commit 37af875

Please sign in to comment.