Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-19 16:02:56 +00:00
co-authored by renee-png
parent a62a5e9635
commit 5d68a99881
+1
View File
@@ -55,6 +55,7 @@ export function HeaderTimer() {
const [billable, setBillable] = useState(true);
const [feeItems, setFeeItems] = useState<FeeItem[]>([]);
const [feeItemId, setFeeItemId] = useState<string>("");
const [showNewFee, setShowNewFee] = useState(false);
// Load clients + cases the user can access (RLS handles filtering)
useEffect(() => {