Skip to content

wip: manage token page #6992

wip: manage token page

wip: manage token page #6992

Triggered via pull request October 22, 2024 12:23
Status Failure
Total duration 2m 8s
Artifacts

js.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint-and-build: packages/screens/LaunchpadERC20/LaunchpadERC20Tokens/LaunchpadERC20ManageToken.tsx#L8
There should be at least one empty line between import groups
lint-and-build: packages/screens/LaunchpadERC20/LaunchpadERC20Tokens/LaunchpadERC20ManageToken.tsx#L9
There should be at least one empty line between import groups
lint-and-build: packages/screens/LaunchpadERC20/LaunchpadERC20Tokens/LaunchpadERC20ManageToken.tsx#L9
`react` import should occur before import of `../component/LaunchpadERC20DetailTokenBox`
lint-and-build: packages/screens/LaunchpadERC20/LaunchpadERC20Tokens/LaunchpadERC20ManageToken.tsx#L10
`../component/LaunchpadERC20TokenAmountButton` import should occur before import of `@/components/BrandText`
lint-and-build: packages/screens/LaunchpadERC20/LaunchpadERC20Tokens/LaunchpadERC20ManageToken.tsx#L20
'setBurnAmount' is assigned a value but never used
lint-and-build: packages/screens/LaunchpadERC20/LaunchpadERC20Tokens/LaunchpadERC20ManageToken.tsx#L32
Replace `⏎········Tokens·Details⏎······` with `Tokens·Details`
lint-and-build: packages/screens/LaunchpadERC20/LaunchpadERC20Tokens/LaunchpadERC20ManageToken.tsx#L37
Replace `·amount={mintAmount}·setAmount={setMintAmount}·buttonLabel={"Mint"}` with `⏎········amount={mintAmount}⏎········setAmount={setMintAmount}⏎········buttonLabel={"Mint"}⏎·····`
lint-and-build: packages/screens/LaunchpadERC20/component/LaunchpadERC20TokenAmountButton.tsx#L6
There should be at least one empty line between import groups
lint-and-build: packages/screens/LaunchpadERC20/component/LaunchpadERC20TokenAmountButton.tsx#L7
`react-native` import should occur before import of `@/components/boxes/TertiaryBox`