fix: balance unit sync
This commit is contained in:
@@ -764,7 +764,7 @@ export function renderQuotaWithAmount(amount) {
|
||||
if (displayInCurrency) {
|
||||
return '$' + amount;
|
||||
} else {
|
||||
return renderUnitWithQuota(amount);
|
||||
return renderNumber(renderUnitWithQuota(amount));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user