59 creating invoice dashboard page #119
Annotations
10 warnings
run-checks:
client/src/App.jsx#L20
'PDFViewer' is defined but never used. Allowed unused vars must match /^_/u
|
run-checks:
client/src/App.jsx#L21
'PDFButton' is defined but never used. Allowed unused vars must match /^_/u
|
run-checks:
client/src/components/EventsTable.jsx#L69
React Hook useEffect has a missing dependency: 'fetchEvents'. Either include it or remove the dependency array
|
run-checks:
client/src/components/Navbar.jsx#L3
'image' is defined but never used. Allowed unused vars must match /^_/u
|
run-checks:
client/src/components/PDFButton.jsx#L6
'IconButton' is defined but never used. Allowed unused vars must match /^_/u
|
run-checks:
client/src/components/PDFButton.jsx#L7
'DownloadIcon' is defined but never used. Allowed unused vars must match /^_/u
|
run-checks:
client/src/components/invoices/InvoiceComponents.jsx#L1
'Menu' is defined but never used. Allowed unused vars must match /^_/u
|
run-checks:
client/src/components/invoices/InvoiceComponents.jsx#L1
'MenuButton' is defined but never used. Allowed unused vars must match /^_/u
|
run-checks:
client/src/components/invoices/InvoiceComponents.jsx#L1
'MenuList' is defined but never used. Allowed unused vars must match /^_/u
|
run-checks:
client/src/components/invoices/InvoiceComponents.jsx#L1
'MenuItem' is defined but never used. Allowed unused vars must match /^_/u
|