Skip to content

Commit

Permalink
don't hide header when there's errors now that we've more space
Browse files Browse the repository at this point in the history
  • Loading branch information
sidvishnoi committed Sep 23, 2024
1 parent c229081 commit b9d7fd4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/popup/components/ConnectWalletForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,7 @@ export const ConnectWalletForm = ({
className="space-y-4"
onSubmit={handleSubmit}
>
<div
className="pb-4"
hidden={!!errors.keyPair || autoKeyShareFailed || !!errors.connect}
>
<div className="pb-4">
<h2 className="text-center text-lg text-strong">
{t('connectWallet_text_title')}
</h2>
Expand Down

0 comments on commit b9d7fd4

Please sign in to comment.