feat(SW-589): Added correct breakfastMessage, also fixed some small issues
This commit is contained in:
committed by
Joakim Jäderberg
parent
bdbdfa80ab
commit
dac345371b
@@ -136,7 +136,7 @@ export default function HotelCard({
|
||||
{hotelData.specialAlerts.length > 0 && (
|
||||
<div className={styles.specialAlerts}>
|
||||
{hotelData.specialAlerts.map((alert) => (
|
||||
<Alert key={alert.id} type={alert.type} text={alert.text} />
|
||||
<Alert key={alert.id} type={alert.type} text={alert.heading} />
|
||||
))}
|
||||
</div>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user