fix: correct membershipFailedError logic

This commit is contained in:
Arvid Norlin
2025-05-05 16:16:17 +02:00
committed by Michael Zetterberg
parent 7213bde423
commit afda7f851a
4 changed files with 25 additions and 55 deletions

View File

@@ -6,6 +6,7 @@ import type {
export interface BookingConfirmationProps {
refId: string
membershipFailedError: boolean
}
export interface BookingConfirmationRoom extends Room {