Skip to content

Fix: download buttons #501

Fix: download buttons

Fix: download buttons #501

Triggered via push September 30, 2025 23:23
Status Failure
Total duration 1m 7s
Artifacts

run-checks.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 10 warnings
run-checks
Process completed with exit code 1.
run-checks: client/src/components/programs/ProgramComponents.jsx#L357
React Hook "useEffect" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return?
run-checks: client/src/components/programs/ProgramComponents.jsx#L355
React Hook "useParams" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return?
run-checks: client/src/components/programs/ProgramComponents.jsx#L354
React Hook "useState" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return?
run-checks: client/src/components/programs/ProgramComponents.jsx#L353
React Hook "useState" is called conditionally. React Hooks must be called in the exact same order in every component render. Did you accidentally call a React Hook after an early return?
run-checks: client/src/assets/icons/ProgramIcons.jsx#L20
'props' is defined but never used. Allowed unused args must match /^_/u
run-checks: client/src/assets/icons/ProgramIcons.jsx#L20
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
run-checks: client/src/assets/icons/ProgramIcons.jsx#L11
'props' is defined but never used. Allowed unused args must match /^_/u
run-checks: client/src/assets/icons/ProgramIcons.jsx#L11
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
run-checks: client/src/assets/icons/ProgramIcons.jsx#L3
'props' is defined but never used. Allowed unused args must match /^_/u
run-checks: client/src/assets/icons/ProgramIcons.jsx#L3
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
run-checks: client/src/assets/RepeatIcon.jsx#L3
'color' is assigned a value but never used. Allowed unused args must match /^_/u
run-checks: client/src/assets/PlusOutlineIcon.jsx#L1
'size' is assigned a value but never used. Allowed unused args must match /^_/u
run-checks: client/src/assets/DollarIcon.jsx#L3
'color' is assigned a value but never used. Allowed unused args must match /^_/u
run-checks: client/src/assets/CancelIcon.jsx#L3
'props' is defined but never used. Allowed unused args must match /^_/u