Skip to content

Commit

Permalink
Merge branch 'develop' into denys/eng-3513-view-accounts-balances-in-…
Browse files Browse the repository at this point in the history
…extensions-change-account-screen
  • Loading branch information
dhriaznov authored Jan 25, 2024
2 parents 5ed8bfe + be39b42 commit 069709e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/screens/home/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ function Home() {
<MergedIcon src={ordinalsIcon} />
</ReceiveCardComponent>

{stxAddress && !hideStx && (
{stxAddress && (
<ReceiveCardComponent
title={t('STACKS_AND_TOKEN')}
address={stxAddress}
Expand Down

0 comments on commit 069709e

Please sign in to comment.