Skip to content

Commit

Permalink
remove dot
Browse files Browse the repository at this point in the history
  • Loading branch information
kalinichenko88 committed May 11, 2024
1 parent 08c18f5 commit 8bf1d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Sidebar/Taxes/Taxes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const Taxes: FC = () => {
{socialResult && positiveIncome && (
<>
<p>
Tax base is <span className="calculated">{moneyFormatter.format(socialResult.base)}.</span>
Tax base is <span className="calculated">{moneyFormatter.format(socialResult.base)}</span>
</p>

<div className="result">
Expand Down

0 comments on commit 8bf1d1d

Please sign in to comment.