[web] promotions/students: fix bug where generated promo code isn't showing
This commit is contained in:
parent
98d270df13
commit
f7c8f5c452
|
|
@ -305,7 +305,7 @@ export function PromotionsStudentDiscountCard({ variant = 'full' }: Props) {
|
|||
|
||||
const promoCodeToDisplay = promoCode ?? existingPromoCode ?? null;
|
||||
|
||||
if (promoCodeToDisplay && 1 > 2) {
|
||||
if (promoCodeToDisplay) {
|
||||
return (
|
||||
<div>
|
||||
<Button
|
||||
|
|
|
|||
Loading…
Reference in New Issue