fix(BOOK-442): Added isAlternative prop to MobileMapButtonContainer for alternative hotels flow

Approved-by: Bianca Widstam
This commit is contained in:
Erik Tiekstra
2025-10-14 05:48:52 +00:00
parent 7b6c869f4e
commit 23f60d43bc

View File

@@ -76,7 +76,10 @@ export async function SelectHotel({
<HotelSorter discreet />
</div>
</div>
<MobileMapButtonContainer filters={filterList} />
<MobileMapButtonContainer
isAlternative={isAlternative}
filters={filterList}
/>
</div>
</header>
<main className={styles.main}>