Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
e3cf7e2cd9
commit
763dbb4fa8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user