Skip to content

Commit bd5128a

Browse files
Update src/libs/SubscriptionUtils.ts
Co-authored-by: Aimane Chnaif <[email protected]>
1 parent f15c96e commit bd5128a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libs/SubscriptionUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,7 @@ function getSubscriptionPlanInfo(
559559
preferredCurrency: PreferredCurrency,
560560
isFromComparisonModal: boolean,
561561
hasTeam2025Pricing: boolean,
562-
illustrations: SubscriptionPlanIllustrations,
562+
illustrations: Record<'Mailbox' | 'ShieldYellow', IconAsset>,
563563
): SubscriptionPlanInfo {
564564
const priceValue = getSubscriptionPrice(subscriptionPlan, preferredCurrency, privateSubscriptionType, hasTeam2025Pricing);
565565
const price = convertToShortDisplayString(priceValue, preferredCurrency);

0 commit comments

Comments
 (0)