Skip to content

Commit

Permalink
fix: double stacks asset in ledger mode
Browse files Browse the repository at this point in the history
  • Loading branch information
alter-eggo committed May 8, 2024
1 parent b5c9c79 commit 5d9895f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/features/asset-list/asset-list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export function AssetsList() {
)}
</BitcoinNativeSegwitAccountLoader>

<CurrentStacksAccountLoader fallback={<AddStacksLedgerKeysItem />}>
<CurrentStacksAccountLoader>
{account => <StacksUnsupportedTokenAssetList address={account.address} />}
</CurrentStacksAccountLoader>
<PendingBrc20TransferList />
Expand Down

0 comments on commit 5d9895f

Please sign in to comment.