Skip to content

Commit

Permalink
fix: fix a ui align center in select account (#590)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinoosss authored Sep 26, 2024
1 parent 84f43eb commit 7b123ac
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ const HasWallet = ({ wallet }: { wallet: Wallet }): ReactElement => {
useAccountImportScreenReturn;

const extended = useMemo(() => {
if (step === 'SELECT_ACCOUNT') {
return true;
}

return inputType === '24seeds';
}, [inputType]);

Expand Down

0 comments on commit 7b123ac

Please sign in to comment.