59 creating invoice dashboard page #149
Annotations
10 warnings
Run linter:
client/src/App.jsx#L20
'PDFViewer' is defined but never used. Allowed unused vars must match /^_/u
|
Run linter:
client/src/App.jsx#L21
'PDFButton' is defined but never used. Allowed unused vars must match /^_/u
|
Run linter:
client/src/components/EventsTable.jsx#L69
React Hook useEffect has a missing dependency: 'fetchEvents'. Either include it or remove the dependency array
|
Run linter:
client/src/components/PDFButton.jsx#L6
'IconButton' is defined but never used. Allowed unused vars must match /^_/u
|
Run linter:
client/src/components/PDFButton.jsx#L7
'DownloadIcon' is defined but never used. Allowed unused vars must match /^_/u
|
Run linter:
client/src/components/invoices/InvoicesDashboard.jsx#L58
React Hook useEffect has a missing dependency: 'backend'. Either include it or remove the dependency array
|
Run linter:
client/src/components/invoices/InvoicesDashboard.jsx#L99
React Hook useEffect has missing dependencies: 'filteredInvoices', 'navigate', and 'toast'. Either include them or remove the dependency array
|
Run linter:
client/src/components/invoices/PDFButtonInvoice.jsx#L74
'invoice' is defined but never used. Allowed unused args must match /^_/u
|
Run linter:
client/src/components/signup/Signup.jsx#L9
'FormHelperText' is defined but never used. Allowed unused vars must match /^_/u
|
Run linter:
client/src/components/signup/Signup.jsx#L20
'FaGoogle' is defined but never used. Allowed unused vars must match /^_/u
|
Loading