Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-19 18:59:00 +00:00
co-authored by renee-png
parent e3cf7e2cd9
commit 763dbb4fa8
-2
View File
@@ -51,8 +51,6 @@ function InvoicesIndex() {
// Map of placeholder invoice id -> true (placeholder = MARKED-INVOICED-* or IMPORT-PREBILLED-*)
const [placeholderIds, setPlaceholderIds] = useState<Set<string>>(new Set());
useEffect(() => {
(async () => {
const fetchInvoices = async () => {
setLoading(true);
let query = supabase