|
@@ -16,7 +16,7 @@ export function PriceExceptions({ subscription }: PriceExceptionsProps) {
|
|
|
</p>
|
|
</p>
|
|
|
{activeCoupons.length > 0 && (
|
|
{activeCoupons.length > 0 && (
|
|
|
<>
|
|
<>
|
|
|
- <i>* {t('coupons_not_included')}</i>
|
|
|
|
|
|
|
+ <i>* {t('coupons_not_included')}:</i>
|
|
|
<ul>
|
|
<ul>
|
|
|
{activeCoupons.map(coupon => (
|
|
{activeCoupons.map(coupon => (
|
|
|
<li key={coupon.id}>
|
|
<li key={coupon.id}>
|