feat: show system notifications #2485
Annotations
6 warnings
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
check lint/prettier errors:
src/containers/main/Dashboard/Dashboard.tsx#L1
'useNotifcations' is defined but never used. Allowed unused vars must match /^_/u
|
check lint/prettier errors:
src/containers/main/Dashboard/Dashboard.tsx#L4
'useEffect' is defined but never used. Allowed unused vars must match /^_/u
|
check lint/prettier errors:
src/containers/main/SideBar/components/MiningButton/MiningButton.tsx#L52
React Hook useCallback has a missing dependency: 'testNotification'. Either include it or remove the dependency array
|
check lint/prettier errors:
src/hooks/useNotifications.ts#L14
Unexpected console statement
|
check lint/prettier errors:
src/hooks/useNotifications.ts#L18
Unexpected console statement
|
Loading