feat: show both prices for multiroom room 2-4 on all users
This commit is contained in:
@@ -16,7 +16,6 @@ export type RoomPriceSchema = z.output<typeof priceSchema>
|
||||
export type FlexibilityOptionProps = {
|
||||
features: RoomConfiguration["features"]
|
||||
isSelected: boolean
|
||||
isUserLoggedIn: boolean
|
||||
paymentTerm: string
|
||||
petRoomPackage: RoomPackage | undefined
|
||||
priceInformation?: Array<string>
|
||||
@@ -27,7 +26,6 @@ export type FlexibilityOptionProps = {
|
||||
}
|
||||
|
||||
export interface PriceListProps {
|
||||
isUserLoggedIn: boolean
|
||||
publicPrice?: ProductPrice | Record<string, never>
|
||||
memberPrice?: ProductPrice | Record<string, never>
|
||||
petRoomPackage?: RoomPackage
|
||||
|
||||
Reference in New Issue
Block a user