We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87f4c43 commit 4df991aCopy full SHA for 4df991a
ui/pages/settings/transaction-shield-tab/transaction-shield.tsx
@@ -882,7 +882,8 @@ const TransactionShield = () => {
882
getProductPrice(productInfo as Product),
883
productInfo?.currency.toUpperCase(),
884
{
885
- maximumFractionDigits: 0,
+ maximumFractionDigits: 2,
886
+ minimumFractionDigits: 0,
887
},
888
)} (${displayedShieldSubscription.interval === RECURRING_INTERVALS.year ? t('shieldPlanAnnual') : t('shieldPlanMonthly')})`,
889
'shield-detail-charges',
0 commit comments