diff --git a/packages/booking-flow/lib/components/BookingWidget/BookingWidgetForm/FormContent/index.tsx b/packages/booking-flow/lib/components/BookingWidget/BookingWidgetForm/FormContent/index.tsx index 961545337..3cb223de1 100644 --- a/packages/booking-flow/lib/components/BookingWidget/BookingWidgetForm/FormContent/index.tsx +++ b/packages/booking-flow/lib/components/BookingWidget/BookingWidgetForm/FormContent/index.tsx @@ -41,7 +41,7 @@ export default function FormContent({ const { formState: { errors, isDirty }, } = useFormContext() - const { bookingCodeEnabled } = useBookingFlowConfig() + const { bookingCodeEnabled, redemptionEnabled } = useBookingFlowConfig() const lang = useLang() const pathName = usePathname() @@ -114,6 +114,10 @@ export default function FormContent({ styles.voucherRow, bookingCodeEnabled ? null : styles.bookingCodeDisabled )} + style={{ + // TODO: Remove this when redemption is enabled for partner-sas + display: redemptionEnabled ? undefined : "none", + }} >