Skip to content

Commit

Permalink
fix: only show P-Chain Details link for active wallet (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
meeh0w authored Dec 9, 2024
1 parent d6c3398 commit 08b3f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Accounts/components/WalletContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export const WalletContainer = ({
/>
))}
</Stack>
<Grow in={hasBalanceOnUnderivedAccounts}>
<Grow in={isActive && hasBalanceOnUnderivedAccounts}>
<Stack
sx={{
flexDirection: 'row',
Expand Down

0 comments on commit 08b3f6d

Please sign in to comment.