Merged in fix/LOY-528-contenpage-gap (pull request #3479)
fix(LOY-528): fix gap issues on content pages * fix(LOY-528): fix gap issues Approved-by: Erik Tiekstra
This commit is contained in:
@@ -27,9 +27,11 @@ export default async function HotelListing({
|
||||
|
||||
return (
|
||||
<Section>
|
||||
<Typography variant="Title/sm">
|
||||
<h3 className={styles.heading}>{heading}</h3>
|
||||
</Typography>
|
||||
{heading ? (
|
||||
<Typography variant="Title/sm">
|
||||
<h3 className={styles.heading}>{heading}</h3>
|
||||
</Typography>
|
||||
) : null}
|
||||
{hotels.map((hotelData) => (
|
||||
<HotelListingItem
|
||||
key={hotelData.hotel.name}
|
||||
|
||||
Reference in New Issue
Block a user