Fix QA issues

This commit is contained in:
Prospector
2025-06-03 11:09:22 -07:00
parent 63b15ded60
commit 6ca8a4e5fd
3 changed files with 16 additions and 6 deletions

View File

@@ -186,7 +186,7 @@ function setInterval(newInterval: ServerBillingInterval) {
>{{
formatPrice(
locale,
prices?.prices?.intervals?.['quarterly'] ?? 0 / monthsInInterval['quarterly'],
(prices?.prices?.intervals?.['quarterly'] ?? 0) / monthsInInterval['quarterly'],
currency,
true,
)