diff --git a/packages/booking-flow/lib/components/EnterDetails/Confirm/Guarantee/index.tsx b/packages/booking-flow/lib/components/EnterDetails/Confirm/Guarantee/index.tsx index 09edbe89a..fd83ab31b 100644 --- a/packages/booking-flow/lib/components/EnterDetails/Confirm/Guarantee/index.tsx +++ b/packages/booking-flow/lib/components/EnterDetails/Confirm/Guarantee/index.tsx @@ -17,7 +17,7 @@ import type { CreditCard } from "@scandic-hotels/trpc/types/user" interface GuaranteeProps { mustBeGuaranteed: boolean savedCreditCards: CreditCard[] | null - otherPaymentOptions: PaymentMethodEnum[] + otherPaymentOptions?: PaymentMethodEnum[] } export function Guarantee({ @@ -92,7 +92,7 @@ export function Guarantee({ ) : null} diff --git a/packages/booking-flow/lib/components/EnterDetails/Confirm/index.tsx b/packages/booking-flow/lib/components/EnterDetails/Confirm/index.tsx index 9981fd640..1ab82fede 100644 --- a/packages/booking-flow/lib/components/EnterDetails/Confirm/index.tsx +++ b/packages/booking-flow/lib/components/EnterDetails/Confirm/index.tsx @@ -57,7 +57,6 @@ export default function ConfirmBooking({