feat(SW-508): contract changes for hotel alerts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user