+
@@ -156,7 +156,7 @@ export function TimerWidget() {
}
return (
-
+
{ongoingTimer ? (
<>
diff --git a/frontend/src/components/Layout.tsx b/frontend/src/components/Layout.tsx index 508398f..c4b9883 100644 --- a/frontend/src/components/Layout.tsx +++ b/frontend/src/components/Layout.tsx @@ -4,9 +4,9 @@ import { TimerWidget } from './TimerWidget'; export function Layout() { return ( -