diff --git a/src/pages/Subscription.tsx b/src/pages/Subscription.tsx index 9fafe73..4e367cf 100644 --- a/src/pages/Subscription.tsx +++ b/src/pages/Subscription.tsx @@ -1576,10 +1576,11 @@ export default function Subscription() {
{/* Show original price with strikethrough if discount */} {devicePriceData.discount_percent && - devicePriceData.discount_percent > 0 ? ( + devicePriceData.discount_percent > 0 && + devicePriceData.original_price_per_device_kopeks ? ( - {formatPrice(devicePriceData.original_price_per_device_kopeks || 0)} + {formatPrice(devicePriceData.original_price_per_device_kopeks)} {devicePriceData.price_per_device_label}