From 6aea8e38bcd3dde4a4c66879d3a17ec587802082 Mon Sep 17 00:00:00 2001 From: Anthony Date: Sat, 17 Jul 2021 18:52:36 +0200 Subject: [PATCH] fix css --- ui/component/common/credit-amount.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/component/common/credit-amount.jsx b/ui/component/common/credit-amount.jsx index 98bf4aa33..b22e63cab 100644 --- a/ui/component/common/credit-amount.jsx +++ b/ui/component/common/credit-amount.jsx @@ -75,7 +75,7 @@ class CreditAmount extends React.PureComponent { if (showLBC && !isFiat) { amountText = ; } else if (showLBC && isFiat) { - amountText =

${(Math.round(Number(amountText) * 100) / 100).toFixed(2)}

; + amountText =

${(Math.round(Number(amountText) * 100) / 100).toFixed(2)}

; } if (fee) {