Skip to content

Commit

Permalink
Merge pull request #289 from pshenmic/fix/frontend-node-id
Browse files Browse the repository at this point in the history
Fix platform node id reference
  • Loading branch information
pshenmic authored Oct 21, 2024
2 parents f6a8209 + 005eb96 commit 95c3c48
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export default function ValidatorCard ({ validator, rate, className }) {
styles={['highlight-both']}
ellipsis={false}
>
{validator.data?.proTxHash?.state?.platformNodeID}
{validator.data?.proTxInfo?.state?.platformNodeID}
</Identifier>
)}
loading={validator.loading}
Expand Down

0 comments on commit 95c3c48

Please sign in to comment.