We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf6da22 commit 9afec2aCopy full SHA for 9afec2a
site/src/pages/index.tsx
@@ -106,6 +106,7 @@ function formatCountdown(ms) {
106
function MonthlyReviewsSection() {
107
const [countdown, setCountdown] = useState("");
108
const [nextDate, setNextDate] = useState("");
109
+
110
useEffect(() => {
111
function updateCountdown() {
112
const now = new Date();
0 commit comments