Skip to content

prettier

prettier #1133

Triggered via push December 10, 2025 04:17
Status Success
Total duration 50s
Artifacts

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 warnings
ESLint: src/pages/settings/Settings.tsx#L174
React Hook useCallback has an unnecessary dependency: 'mutate'. Either exclude it or remove the dependency array. Outer scope values like 'mutate' aren't valid dependencies because mutating them doesn't re-render the component
ESLint: src/pages/organization/ProcessDonation.tsx#L215
React Hook useEffect has a missing dependency: 'theme.colors.text'. Either include it or remove the dependency array
ESLint: src/pages/organization/AccountNumber.tsx#L99
React Hook useEffect has a missing dependency: 'themeColors.text'. Either include it or remove the dependency array
ESLint: src/pages/cards/cards.tsx#L216
React Hook useEffect has a missing dependency: 'themeColors.text'. Either include it or remove the dependency array
ESLint: src/pages/cards/card.tsx#L229
React Hook useEffect has a missing dependency: 'card?.status'. Either include it or remove the dependency array
ESLint: src/pages/Receipts.tsx#L134
React Hook useCallback has a missing dependency: 'onRefresh'. Either include it or remove the dependency array
ESLint: src/lib/useDigitalWallet.ts#L144
React Hook useEffect has a missing dependency: 'isPhysical'. Either include it or remove the dependency array