feat(SW-826): Added showCTA prop
This commit is contained in:
@@ -5,4 +5,5 @@ export type HotelSidePeekProps = {
|
||||
hotel: Hotel
|
||||
activeSidePeek: SidePeekEnum
|
||||
close: () => void
|
||||
showCTA?: boolean
|
||||
}
|
||||
|
||||
@@ -9,6 +9,7 @@ export interface ReadMoreProps {
|
||||
label: string
|
||||
hotelId: string
|
||||
hotel: Hotel
|
||||
showCTA: boolean
|
||||
}
|
||||
|
||||
export interface ContactProps {
|
||||
|
||||
Reference in New Issue
Block a user