We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3834879 commit 0d7a85bCopy full SHA for 0d7a85b
1 file changed
src/app/features/salary/salary.component.html
@@ -78,9 +78,9 @@
78
<h2 class="mb-6 text-3xl font-bold tracking-tight md:text-5xl">
79
{{ userCurrancy }}
80
@if(viewMode === 'salary') {
81
- {{ (totalIncome - totalExpense) | number:'1.1-2' }}
+ {{ (totalIncome - totalExpense) | number:'1.2-2' }}
82
} @else {
83
- {{ (totalBudget - totalExpense) | number:'1.1-2' }}
+ {{ (totalBudget - totalExpense) | number:'1.2-2' }}
84
}
85
</h2>
86
@@ -358,4 +358,4 @@ <h3 class="text-xl font-bold">
358
</div>
359
360
361
-</div>
+</div>
0 commit comments