Skip to content

Commit

Permalink
show whole numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Chriscbr committed Aug 11, 2023
1 parent c956fcc commit 889ac94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/views/VotingView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const VotingView = () => {
disabled={loading || loadingScores}
loading={loadingScores && selectedWinnerIdx === index}
winner={winner}
score={scores[index]}
score={Math.floor(scores[index])}
/>
</div>
))}
Expand Down

0 comments on commit 889ac94

Please sign in to comment.