chore(SW-302): add dynamic restaurant title
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
export enum HotelHashValues {
|
||||
export enum HotelHashValues { // Should these be translated?
|
||||
overview = "#overview",
|
||||
rooms = "#rooms-section",
|
||||
restaurant = "#restaurant-and-bar",
|
||||
meetings = "#meetings-and-conferences",
|
||||
wellness = "#wellness-and-exercise",
|
||||
activities = "#activities",
|
||||
faq = "#faq",
|
||||
}
|
||||
|
||||
export type TabNavigationProps = {
|
||||
restaurantRefData: { href: any; title: string }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user