Skip to content

Commit

Permalink
chore: fix text
Browse files Browse the repository at this point in the history
  • Loading branch information
DinhTran committed Apr 1, 2024
1 parent e2b3643 commit 7145f5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/GovernanceVotes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ const GovernanceVotesDetail: React.FC<{
);
};

const listVotes = ["SPOs", "DRops", "CC"];
const listVotes = ["SPOs", "DReps", "CC"];

if (loading || !initialized) {
return <Box component={Skeleton} variant="rectangular" height={"400px"} borderRadius={2} />;
Expand Down

0 comments on commit 7145f5d

Please sign in to comment.