1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/pages/confirm-transaction-base/gas-details-item
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
..
gas-details-item.js Fix isMainnet propType error (#12951) 2021-12-02 14:46:46 -03:30
gas-details-item.scss Implementing save button on advance gas fee modal (#12854) 2021-12-01 06:01:21 +05:30
gas-details-item.test.js Legacy transactions to use old transaction flow (#12782) 2021-11-29 21:38:24 +05:30
index.js Edit transaction screen changes for EIP-1559 V2 (#12493) 2021-11-05 22:53:15 +05:30