From 5d68a9988111c5130d1beaea17c72618da72e860 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 16:02:56 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/components/timer/header-timer.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/timer/header-timer.tsx b/src/components/timer/header-timer.tsx index b83f31e..7b0d4fb 100644 --- a/src/components/timer/header-timer.tsx +++ b/src/components/timer/header-timer.tsx @@ -55,6 +55,7 @@ export function HeaderTimer() { const [billable, setBillable] = useState(true); const [feeItems, setFeeItems] = useState([]); const [feeItemId, setFeeItemId] = useState(""); + const [showNewFee, setShowNewFee] = useState(false); // Load clients + cases the user can access (RLS handles filtering) useEffect(() => {