Skip to content

Commit

Permalink
Merge pull request #82 from ar-io/hotfix-typo
Browse files Browse the repository at this point in the history
fix: remove abc typo
  • Loading branch information
kunstmusik authored Oct 2, 2024
2 parents 68a1fa9 + 47b0b4a commit 3e9fda5
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 3e9fda5

Please sign in to comment.