Skip to content

Commit

Permalink
fix: remove abc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kunstmusik committed Oct 2, 2024
1 parent 68a1fa9 commit 47b0b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Gateway/PropertyDisplayPanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ const PropertyDisplayPanel = ({
type: 'tx',
},
{
label: `Gateway Stake abc (${ticker}):`,
label: `Gateway Stake (${ticker}):`,
value:
gateway?.operatorStake != undefined
? new mIOToken(gateway?.operatorStake).toIO().valueOf()
Expand Down

0 comments on commit 47b0b4a

Please sign in to comment.