From ec837a4e5f156abe628c3afe8f4443e64192b5b1 Mon Sep 17 00:00:00 2001 From: asiaznik Date: Tue, 30 Jan 2024 15:41:04 +0100 Subject: [PATCH] chore: refacored formatting --- libs/withdraws/src/lib/withdraw-limits.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/withdraws/src/lib/withdraw-limits.tsx b/libs/withdraws/src/lib/withdraw-limits.tsx index 90a0db350..bce88288a 100644 --- a/libs/withdraws/src/lib/withdraw-limits.tsx +++ b/libs/withdraws/src/lib/withdraw-limits.tsx @@ -208,11 +208,11 @@ const GasPrice = ({ )} - {formatNumber(gas)} gas × {asETH(basePricePerGas)} ={' '} - {asETH(basePrice)} + {formatNumber(gas)} gas × {asETH(basePricePerGas)}
{' '} + = {asETH(basePrice)}
- {formatNumber(gas)} gas × {asETH(maxPricePerGas)} ={' '} + {formatNumber(gas)} gas × {asETH(maxPricePerGas)}
={' '} {asETH(maxPrice)}