diff --git a/ui/components/app/edit-gas-display/edit-gas-display.component.js b/ui/components/app/edit-gas-display/edit-gas-display.component.js index f9417ae4c..76b43d338 100644 --- a/ui/components/app/edit-gas-display/edit-gas-display.component.js +++ b/ui/components/app/edit-gas-display/edit-gas-display.component.js @@ -60,6 +60,7 @@ export default function EditGasDisplay({ warning, gasErrors, onManualChange, + networkSupports1559, }) { const t = useContext(I18nContext); @@ -112,9 +113,14 @@ export default function EditGasDisplay({ )} state.appState.sidebar.isOpen); + const networkSupports1559 = useSelector(isEIP1559Network); const shouldAnimate = useShouldAnimateGasEstimations(); @@ -227,6 +229,7 @@ export default function EditGasPopover({ hasGasErrors={hasGasErrors} gasErrors={gasErrors} onManualChange={onManualChange} + networkSupports1559={networkSupports1559} {...editGasDisplayProps} /> diff --git a/ui/components/app/transaction-total-banner/transaction-total-banner.component.js b/ui/components/app/transaction-total-banner/transaction-total-banner.component.js index 7057f9be3..481f79c16 100644 --- a/ui/components/app/transaction-total-banner/transaction-total-banner.component.js +++ b/ui/components/app/transaction-total-banner/transaction-total-banner.component.js @@ -12,7 +12,7 @@ export default function TransactionTotalBanner({ return (
- ~ {total} + {total} {detail && (