feat(SW-508): contract changes for hotel alerts

This commit is contained in:
Erik Tiekstra
2024-11-07 13:52:22 +01:00
parent 52ae49246f
commit de5d80ec92
3 changed files with 25 additions and 24 deletions

View File

@@ -91,7 +91,7 @@ export default function HotelInfoCard({ hotelData }: HotelInfoCardProps) {
</div>
</section>
)}
{hotelAttributes?.meta?.specialAlerts.map((alert) => {
{hotelAttributes?.specialAlerts.map((alert) => {
return (
<div className={styles.hotelAlert} key={`wrapper_${alert.id}`}>
<Alert