+
+
+
+
+
+
+
+
+
+
+ {sortedInvoices.length.toLocaleString()} pending invoices available
+
+
+
+ Page {page + 1}
+
+
+
+
+
+ {isLoading ? (
+
+ ) : error ? (
+
+ {error}
+
+ ) : visibleInvoices.length > 0 ? (
+
+ {visibleInvoices.map((invoice) => (
+
+ ))}
+
+ ) : (
+
+
No pending invoices match these filters
+
Adjust the filters or check back later.
+
+ )}
+
+
+
+