Skip to content

Commit

Permalink
link on votes label
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiolalombardim committed Nov 6, 2023
1 parent 2a771c7 commit 5b710b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/lite/explorer/components/VoteDetails.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export const VoteDetails: React.FC<{ poll: Poll | undefined; choices: Choice[];
<Typography color="secondary" variant="body1" onClick={() => handleClickOpen()}>
{getTotalVoters(choices)}
</Typography>
<Typography color="textPrimary" variant="body1">
<Typography color="textPrimary" variant="body1" onClick={() => handleClickOpen()}>
Votes
</Typography>
{isTokenDelegationSupported && turnout ? (
Expand Down

0 comments on commit 5b710b6

Please sign in to comment.