Skip to content

Commit

Permalink
mobile test
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinnnnn committed Aug 6, 2022
1 parent aaade8e commit 46de16b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/WalletSelector/WalletSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default function WalletSelector({ connectionMode = AUTH, queryRef }: Prop
queryRef
);

return isMultichain ? (
return !isMultichain ? (
<MultichainWalletSelector connectionMode={connectionMode} queryRef={query} />
) : (
<EthereumWalletSelector connectionMode={connectionMode} queryRef={query} />
Expand Down

0 comments on commit 46de16b

Please sign in to comment.