Skip to content

feat: display locked balance and free balance #450

feat: display locked balance and free balance

feat: display locked balance and free balance #450

Triggered via pull request September 5, 2024 07:00
Status Failure
Total duration 1m 23s
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 12 warnings
unit-lint: src/App.tsx#L27
All imports in import declaration are unused
unit-lint: src/App.tsx#L38
Missing return type on function
unit-lint: src/App.tsx#L38
Unexpected any. Specify a different type
unit-lint: src/App.tsx#L38
Unexpected any. Specify a different type
unit-lint: src/App.tsx#L77
Unexpected any. Specify a different type
unit-lint: src/App.tsx#L101
Expected '===' and instead saw '=='
unit-lint: src/App.tsx#L137
Expected '===' and instead saw '=='
unit-lint: src/App.tsx#L149
Expected indentation of 10 space characters but found 20
unit-lint: src/App.tsx#L190
Missing return type on function
unit-lint: src/App.tsx#L198
'error' is already declared in the upper scope
unit-lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
unit-lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
unit-lint: src/App.tsx#L38
Missing return type on function
unit-lint: src/App.tsx#L38
Argument 'setSelExtensionName' should be typed with a non-any type
unit-lint: src/App.tsx#L38
Argument 'setWcPreloader' should be typed with a non-any type
unit-lint: src/App.tsx#L101
Forbidden non-null assertion
unit-lint: src/App.tsx#L104
React Hook useEffect has a missing dependency: 'reefState'. Either include it or remove the dependency array
unit-lint: src/App.tsx#L128
React Hook useEffect has missing dependencies: 'history' and 'selExtensionName'. Either include them or remove the dependency array
unit-lint: src/App.tsx#L188
React Hook useEffect has missing dependencies: 'setWcPreloader' and 'wcPreloader.value'. Either include them or remove the dependency array
unit-lint: src/common/Nav.tsx#L52
React Hook useEffect has a missing dependency: 'extension?.name'. Either include it or remove the dependency array
unit-lint: src/common/Nav.tsx#L59
React Hook useEffect has a missing dependency: 'availableExtensions'. Either include it or remove the dependency array. You can also do a functional update 'setAvailableExtensions(a => ...)' if you only need 'availableExtensions' in the 'setAvailableExtensions' call
unit-lint: src/common/Nav.tsx#L152
Forbidden non-null assertion