🐛 fix(dashboard): Correct progress value calculations and update groupId accessor

This commit is contained in:
web@ppanel
2025-01-08 00:43:32 +07:00
parent 5766376590
commit 36c76674b6
3 changed files with 9 additions and 6 deletions
@@ -115,7 +115,10 @@ export function RevenueStatisticsCard() {
y={viewBox.cy}
className='fill-foreground text-2xl font-bold'
>
{RevenueStatistics?.today.amount_total}
{unitConversion(
'centsToDollars',
RevenueStatistics?.today.amount_total,
)}
</tspan>
</text>
);