1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00
metamask-extension/ui/pages/import-token
Mark Stacey 7226357422
Fix isMainnet propType error (#12951)
A propType error was showing up during e2e tests with a `testDev`
build. It was caused by `process.env.IN_TEST` being treated as a
boolean, when in fact it is either the string `'true'` or a boolean.

`IN_TEST` has been updated to always be a boolean. `loose-envify` has
no trouble injecting boolean values, so there's no reason to treat this
as a string.
2021-12-02 14:46:46 -03:30
..
token-list Organizing storybook to echo app folder structure (#12796) 2021-12-01 11:27:57 -08:00
token-search Organizing storybook to echo app folder structure (#12796) 2021-12-01 11:27:57 -08:00
import-token.component.js Removing the token detection announcement when the token detection is ON (#12776) 2021-11-29 13:28:35 -05:00
import-token.container.js Fix isMainnet propType error (#12951) 2021-12-02 14:46:46 -03:30
import-token.stories.js Organizing storybook to echo app folder structure (#12796) 2021-12-01 11:27:57 -08:00
import-token.test.js Adding fake token warning and replacing Add Token labels with Import Tokens (#11798) 2021-09-10 16:21:04 -04:00
index.js Adding fake token warning and replacing Add Token labels with Import Tokens (#11798) 2021-09-10 16:21:04 -04:00
index.scss Removing the token detection announcement when the token detection is ON (#12776) 2021-11-29 13:28:35 -05:00