diff --git a/apps/web/src/components/Layout/Navigation/GasPriceDropdown.tsx b/apps/web/src/components/Layout/Navigation/GasPriceDropdown.tsx index 08560bc4b21..ae5f5957061 100644 --- a/apps/web/src/components/Layout/Navigation/GasPriceDropdown.tsx +++ b/apps/web/src/components/Layout/Navigation/GasPriceDropdown.tsx @@ -44,12 +44,12 @@ export function GasPriceDropdown() { return (
-
+
- + {baseGasPriceInWei ? convertWeiToMwei(baseGasPriceInWei) : <>—} Mwei @@ -57,7 +57,7 @@ export function GasPriceDropdown() {
    @@ -103,12 +103,12 @@ export function GasPriceDropdownItem() { }); return ( -
    +
    - + {baseGasPriceInWei ? convertWeiToMwei(baseGasPriceInWei) : <>—} Mwei