diff --git a/packages/DApp/src/components/votes/VoteChart.tsx b/packages/DApp/src/components/votes/VoteChart.tsx index 37f4060..6085713 100644 --- a/packages/DApp/src/components/votes/VoteChart.tsx +++ b/packages/DApp/src/components/votes/VoteChart.tsx @@ -7,7 +7,6 @@ import { VoteType, voteTypes } from './../../constants/voteTypes' import { CurrentVoting } from '../../models/community' import { VoteGraphBar } from './VoteGraphBar' import { formatTimeLeft } from '../../helpers/fomatTimeLeft' - export interface VoteChartProps { vote: CurrentVoting voteWinner?: number @@ -51,7 +50,7 @@ export function VoteChart({ {' '} {isAnimation && proposingAmount && selectedVote && selectedVote.type === 0 ? ( - + ) : ( addCommas(votesAgainst) )}{' '} @@ -66,7 +65,7 @@ export function VoteChart({ {' '} {isAnimation && proposingAmount && selectedVote && selectedVote.type === 1 ? ( - + ) : ( addCommas(votesFor) )}{' '}