Skip to content

Commit

Permalink
fix: MET-2023 Identify new SC
Browse files Browse the repository at this point in the history
  • Loading branch information
sotatek-huytran committed May 28, 2024
1 parent 7adffcd commit 5e66924
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ const TransactionMetadata: React.FC<TransactionMetadataProps> = ({ data }) => {
}
return result;
}, [data?.protocols, data?.previousProtocols]);

const _dataProposing = data?.contracts?.map((item) => ({
...item,
purpose: "PROPOSING",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@
"glossary.activeDReps": "Active DReps",
"glossary.retiredDReps": "Retired DReps",
"glossary.inactiveDReps": "Inactive DReps",
"dreps.id": "DRep ID:",
"dreps.id": "DRep ID",
"dreps.anchorLink": "Anchor Link",
"dreps.anchorHash": "Anchor Hash",
"dreps.votingPower": "Voting Power",
Expand Down

0 comments on commit 5e66924

Please sign in to comment.