Skip to content

Create invoice page #125

Create invoice page

Create invoice page #125

Triggered via pull request February 6, 2025 08:52
Status Failure
Total duration 1m 12s
Artifacts

run-checks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 9 warnings
run-checks: client/src/components/invoices/InvoiceComponents.jsx#L108
Expected '!==' and instead saw '!='
run-checks
Process completed with exit code 1.
run-checks: client/src/App.jsx#L22
'PDFViewer' is defined but never used. Allowed unused vars must match /^_/u
run-checks: client/src/App.jsx#L23
'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/invoices/Invoice.jsx#L11
'Text' is defined but never used. Allowed unused vars must match /^_/u
run-checks: client/src/components/invoices/Invoice.jsx#L80
'error' is defined but never used. Allowed unused caught errors must match /^_/u
run-checks: client/src/components/signup/Signup.jsx#L9
'FormHelperText' is defined but never used. Allowed unused vars must match /^_/u
run-checks: client/src/components/signup/Signup.jsx#L20
'FaGoogle' is defined but never used. Allowed unused vars must match /^_/u
run-checks: client/src/components/signup/Signup.jsx#L21
'Link' is defined but never used. Allowed unused vars must match /^_/u
run-checks: client/src/components/signup/Signup.jsx#L75
'handleGoogleSignup' is assigned a value but never used. Allowed unused vars must match /^_/u