mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-12 06:06:28 -05:00
voting done
This commit is contained in:
@@ -34,7 +34,7 @@ export default function PlusVotingPage() {
|
||||
|
||||
if (hasVoted)
|
||||
return (
|
||||
<Alert status="success" variant="subtle">
|
||||
<Alert status="success" variant="subtle" rounded="lg">
|
||||
<AlertIcon />
|
||||
Votes succesfully recorded. Voting ends{" "}
|
||||
{getVotingRange().endDate.toLocaleString()}.
|
||||
|
||||
@@ -59,6 +59,5 @@ export const getVotingRange = () => {
|
||||
? startDate
|
||||
: getThirdFridayDate(true);
|
||||
|
||||
//return { startDate, endDate, isHappening, nextVotingDate };
|
||||
return { startDate, endDate, isHappening: true, nextVotingDate };
|
||||
return { startDate, endDate, isHappening, nextVotingDate };
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user