Closed binamkayastha closed 2 years ago
From:
{ name: 'spoodermann', eliminated: false, votes: [ { firstChoiceCandidate: 'spoodermann', voteCount: 3, }, ], },
To:
{ name: 'spoodermann', eliminated: false, voteCount: 3 },
This only makes sense for the first step, but the list is needed for the later steps, this is for the ui coloring
From:
To: