1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Add low/medium/high gas recommendations to the speedup/cancel gas popovers (#11818)

This commit is contained in:
Alex Donesky 2021-08-13 11:36:45 -05:00 committed by GitHub
parent 3ce4e9ed1f
commit a073e0bb7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -100,8 +100,7 @@ export default function EditGasDisplay({
const radioButtonsEnabled =
networkAndAccountSupport1559 &&
gasEstimateType === GAS_ESTIMATE_TYPES.FEE_MARKET &&
!requireDappAcknowledgement &&
![EDIT_GAS_MODES.SPEED_UP, EDIT_GAS_MODES.CANCEL].includes(mode);
!requireDappAcknowledgement;
let errorKey;
if (balanceError) {