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

Commit e3d836d

Browse files
author
Andrew Schneider
authored
Merge pull request #1894 from blockchain/fix/pit-linked
Code(make function param more readable)
2 parents abb43a4 + 8d01ddc commit e3d836d

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)