Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit 8d01ddc

Browse files
committed
more readable
1 parent abb43a4 commit 8d01ddc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/blockchain-wallet-v4-frontend/src/layouts/Wallet/MenuLeft/Navigation

packages/blockchain-wallet-v4-frontend/src/layouts/Wallet/MenuLeft/Navigation/template.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ const Navigation = props => {
278278
target='_blank'
279279
style={{ width: '100%' }}
280280
>
281-
{renderPitSidenav(null, true)}
281+
{renderPitSidenav(null, props.isPitAccountLinked)}
282282
</Link>
283283
) : (
284284
<PitLinkContent {...rest} />

0 commit comments

Comments
 (0)