Skip to content

Commit

Permalink
Incorrect message about skipped ballots (#326) (#327)
Browse files Browse the repository at this point in the history
Parent issue: sequentech/meta#93
  • Loading branch information
edulix committed May 25, 2023
1 parent 9338691 commit a48e58a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion avBooth/success-screen-directive/success-screen-directive.js
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,8 @@ angular.module('avBooth')
electionCredential,
{
voted: true,
numSuccessfulLogins: electionCredential.numSuccessfulLogins + 1
numSuccessfulLogins: electionCredential.numSuccessfulLogins + 1,
skipped: false,
}
);
} else {
Expand Down

0 comments on commit a48e58a

Please sign in to comment.