feat(SW-495): set scripted top title as optional
This commit is contained in:
@@ -24,7 +24,7 @@ export type FacilityCard = {
|
||||
scrollOnClick: boolean
|
||||
}
|
||||
heading: string
|
||||
scriptedTopTitle: string
|
||||
scriptedTopTitle?: string
|
||||
theme: CardProps["theme"]
|
||||
id: string
|
||||
}
|
||||
@@ -55,7 +55,6 @@ export enum WellnessHeadings {
|
||||
GymSauna = "Gym & Sauna",
|
||||
GymPoolSaunaRelax = "Gym, Pool, Sauna & Relax",
|
||||
GymJacuzziSaunaRelax = "Gym, Jacuzzi, Sauna & Relax",
|
||||
FallbackHeading = "",
|
||||
}
|
||||
|
||||
export enum HealthFacilitiesEnum {
|
||||
@@ -63,4 +62,6 @@ export enum HealthFacilitiesEnum {
|
||||
Gym = "Gym",
|
||||
Sauna = "Sauna",
|
||||
Relax = "Relax",
|
||||
IndoorPool = "IndoorPool",
|
||||
OutdoorPool = "OutdoorPool",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user