Skip to content

Commit

Permalink
Consistently use tickerName in RoundedBalance
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaw3d committed Oct 3, 2023
1 parent c4e2c49 commit 598c92a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/RoundedBalance/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const RoundedBalance: FC<RoundedBalanceProps> = ({
},
})}
&nbsp;
{ticker}
{tickerName}
</span>
</Tooltip>
)
Expand Down

0 comments on commit 598c92a

Please sign in to comment.