Skip to content

Commit

Permalink
Fix realms counts (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChewingGlass authored Jan 20, 2024
1 parent 1059bf3 commit 6275b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Proposals.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ export const Proposals = ({
percent: (o.votes / total) * 100,
}))}
totalVotes={new BN(total)}
decimals={decimals}
decimals={0}
tags={["realms"]}
/>
);
Expand Down

0 comments on commit 6275b24

Please sign in to comment.