diff --git a/src/routes/invoices.index.tsx b/src/routes/invoices.index.tsx index 7855ffc..400e71d 100644 --- a/src/routes/invoices.index.tsx +++ b/src/routes/invoices.index.tsx @@ -51,8 +51,6 @@ function InvoicesIndex() { // Map of placeholder invoice id -> true (placeholder = MARKED-INVOICED-* or IMPORT-PREBILLED-*) const [placeholderIds, setPlaceholderIds] = useState>(new Set()); - useEffect(() => { - (async () => { const fetchInvoices = async () => { setLoading(true); let query = supabase