chore: self close empty jsx elements
This commit is contained in:
@@ -18,7 +18,7 @@ export default async function UpcomingStays({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<section className={styles.container}>
|
<section className={styles.container}>
|
||||||
<Header title={title} subtitle={subtitle} link={link}></Header>
|
<Header title={title} subtitle={subtitle} link={link} />
|
||||||
{stays.length ? (
|
{stays.length ? (
|
||||||
<StayList lang={lang} stays={stays} />
|
<StayList lang={lang} stays={stays} />
|
||||||
) : (
|
) : (
|
||||||
|
|||||||
Reference in New Issue
Block a user