diff --git a/src/components/BallotCard.jsx b/src/components/BallotCard.jsx index 2d13306..ddf54cf 100644 --- a/src/components/BallotCard.jsx +++ b/src/components/BallotCard.jsx @@ -356,8 +356,8 @@ export class BallotCard extends React.Component { // getMemo this.memo = votingState.memo // hasAlreadyVoted - if (votingState.hasOwnProperty('hasAlreadyVoted')) { - this.hasAlreadyVoted = votingState.hasAlreadyVoted + if (votingState.hasOwnProperty('alreadyVoted')) { + this.hasAlreadyVoted = votingState.alreadyVoted } else { this.getHasAlreadyVoted() }