chore: self close empty jsx elements
This commit is contained in:
@@ -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} />
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user