diff --git a/src/components/WebsiteBlocker.jsx b/src/components/WebsiteBlocker.jsx index f6cc188..2aca8d6 100644 --- a/src/components/WebsiteBlocker.jsx +++ b/src/components/WebsiteBlocker.jsx @@ -29,7 +29,7 @@ function WebsiteBlocker({ children: Children }) { .toString() .padStart(2, "0")}` ); - } else if (hours === 0 && minutes == 0) { + } else { if (display === "show") { window.location.reload(); }