Skip to content

Commit

Permalink
fix: uncomment updateCountdown() function
Browse files Browse the repository at this point in the history
  • Loading branch information
Leviakc committed Apr 18, 2024
1 parent ad7b2ec commit 23018e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Countdown/Countdown.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const Countdown = () => {
};

useLayoutEffect(() => {
// updateCountdown()
updateCountdown();
}, []);

useEffect(() => {
Expand Down

0 comments on commit 23018e8

Please sign in to comment.