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
Mark Stacey b75ef5f0eb
Remove redundant EIP_1559_V2_ENABLED comparison (#12954)
A redundant comparison for the `EIP_1559_V2_ENABLED` variable has been
removed. This variable is a boolean, so it can be treated as a boolean
directly in most cases.

One such comparison has been preserved for the purpose of allowing unit
testing, because `process.env` entries are always strings in Node.js. A
comment was added to explain this.
2021-12-06 11:23:02 -03:30
..
gas-details-item Adding gas limit section on advance gas fee modal (#12865) 2021-12-03 21:29:48 +05:30
transaction-alerts Adding gas limit section on advance gas fee modal (#12865) 2021-12-03 21:29:48 +05:30
confirm-transaction-base.component.js Remove redundant EIP_1559_V2_ENABLED comparison (#12954) 2021-12-06 11:23:02 -03:30
confirm-transaction-base.container.js Feature: Transaction Insights (#12881) 2021-12-01 13:52:08 -03:30
confirm-transaction-base.stories.js Organizing storybook to echo app folder structure (#12796) 2021-12-01 11:27:57 -08:00
index.js remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00