feat(SW-68): remove fragment
This commit is contained in:
@@ -29,7 +29,6 @@ export default async function SelectHotelPage({
|
|||||||
const tempSearchTerm = "Stockholm"
|
const tempSearchTerm = "Stockholm"
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
|
||||||
<main className={styles.main}>
|
<main className={styles.main}>
|
||||||
<section>
|
<section>
|
||||||
<StaticMap
|
<StaticMap
|
||||||
@@ -56,6 +55,5 @@ export default async function SelectHotelPage({
|
|||||||
))}
|
))}
|
||||||
</section>
|
</section>
|
||||||
</main>
|
</main>
|
||||||
</>
|
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user