From 8bf1d1d59a2f034d1c7738e3cc5ecc795f327429 Mon Sep 17 00:00:00 2001 From: Ivan Kalinichenko Date: Sat, 11 May 2024 19:40:24 +0400 Subject: [PATCH] remove dot --- src/components/Sidebar/Taxes/Taxes.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Sidebar/Taxes/Taxes.tsx b/src/components/Sidebar/Taxes/Taxes.tsx index f2ee5a3..b3bd7b3 100644 --- a/src/components/Sidebar/Taxes/Taxes.tsx +++ b/src/components/Sidebar/Taxes/Taxes.tsx @@ -18,7 +18,7 @@ export const Taxes: FC = () => { {socialResult && positiveIncome && ( <>

- Tax base is {moneyFormatter.format(socialResult.base)}. + Tax base is {moneyFormatter.format(socialResult.base)}