mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 17:40:46 -04:00
fullscreen prompt cookie saving, and more...
This commit is contained in:
@@ -114,7 +114,7 @@ function buildVoteStatus() {
|
||||
else noCount += 1;
|
||||
});
|
||||
const onlineCount = yesCount + noCount;
|
||||
const gatePassed = yesCount > noCount;
|
||||
const gatePassed = eligibleCount === 0 ? true : yesCount > noCount;
|
||||
return {
|
||||
yesCount,
|
||||
noCount,
|
||||
|
||||
Reference in New Issue
Block a user