Skip to content

Commit 9afec2a

Browse files
committed
site: update retrigger workflow
1 parent cf6da22 commit 9afec2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/src/pages/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ function formatCountdown(ms) {
106106
function MonthlyReviewsSection() {
107107
const [countdown, setCountdown] = useState("");
108108
const [nextDate, setNextDate] = useState("");
109+
109110
useEffect(() => {
110111
function updateCountdown() {
111112
const now = new Date();

0 commit comments

Comments
 (0)