feat(SW-589) reverted change on hotel card for alert (this will be removed)
This commit is contained in:
@@ -136,7 +136,7 @@ export default function HotelCard({
|
|||||||
{hotelData.specialAlerts.length > 0 && (
|
{hotelData.specialAlerts.length > 0 && (
|
||||||
<div className={styles.specialAlerts}>
|
<div className={styles.specialAlerts}>
|
||||||
{hotelData.specialAlerts.map((alert) => (
|
{hotelData.specialAlerts.map((alert) => (
|
||||||
<Alert key={alert.id} type={alert.type} text={alert.heading} />
|
<Alert key={alert.id} type={alert.type} text={alert.text} />
|
||||||
))}
|
))}
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user