Merged in fix/hotel-pages-fix (pull request #1346)

fix: HotelPage restaurant navigation + translation

* fix: hotelPage restaurant navigation + translation


Approved-by: Erik Tiekstra
This commit is contained in:
Matilda Landström
2025-02-17 07:23:43 +00:00
parent 81643883ff
commit ef1d3ee065
7 changed files with 31 additions and 29 deletions

View File

@@ -20,7 +20,6 @@ type Tabs = {
}
export type TabNavigationProps = {
restaurantTitle: string
hasActivities: boolean
hasFAQ: boolean
tabValues?: Tabs | null