chore: self close empty jsx elements

This commit is contained in:
Arvid Norlin
2024-04-24 16:31:54 +02:00
parent 03daf0540e
commit d40e2c0de2

View File

@@ -18,7 +18,7 @@ export default async function UpcomingStays({
return (
<section className={styles.container}>
<Header title={title} subtitle={subtitle} link={link}></Header>
<Header title={title} subtitle={subtitle} link={link} />
{stays.length ? (
<StayList lang={lang} stays={stays} />
) : (