mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
b75ef5f0eb
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. |
||
---|---|---|
.. | ||
gas-details-item | ||
transaction-alerts | ||
confirm-transaction-base.component.js | ||
confirm-transaction-base.container.js | ||
confirm-transaction-base.stories.js | ||
index.js |