fix(style): fix Wallet Switcher Name Shrinks Despite Available Space … #677
Annotations
10 warnings
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
src/components/Navbar/Account.tsx#L51
React Hook useEffect has a missing dependency: 'dispatch'. Either include it or remove the dependency array
|
src/components/Navbar/LoggedInAccount.tsx#L18
React Hook useEffect has a missing dependency: 'dispatch'. Either include it or remove the dependency array
|
src/components/Navbar/NetworkSwitcher.tsx#L5
'CircularProgress' is defined but never used
|
src/components/Partners/PartnerCard.tsx#L44
React Hook useEffect has missing dependencies: 'chackValidatorStatus' and 'pChainAddress'. Either include them or remove the dependency array
|
src/components/PlatformSwitcher.tsx#L84
Array.prototype.map() expects a value to be returned at the end of arrow function
|
src/constants/footer-consts.tsx#L190
Delete `⏎`
|
src/views/partners/CreateOfferForm.tsx#L19
React Hook useEffect has missing dependencies: 'dispatch' and 'navigate'. Either include them or remove the dependency array
|
src/views/partners/CreatedOffers.tsx#L21
React Hook useEffect has missing dependencies: 'dispatch' and 'navigate'. Either include them or remove the dependency array
|
src/views/partners/ListPartners.tsx#L19
React Hook useEffect has a missing dependency: 'dispatch'. Either include it or remove the dependency array
|
This job succeeded
Loading