diff --git a/apps/scandic-web/components/Blocks/DynamicContent/Stays/ListContainer/index.tsx b/apps/scandic-web/components/Blocks/DynamicContent/Stays/ListContainer/index.tsx
index 5908c0ff0..249884f69 100644
--- a/apps/scandic-web/components/Blocks/DynamicContent/Stays/ListContainer/index.tsx
+++ b/apps/scandic-web/components/Blocks/DynamicContent/Stays/ListContainer/index.tsx
@@ -1,5 +1,5 @@
import styles from "./container.module.css"
export default function ListContainer({ children }: React.PropsWithChildren) {
- return
+ return
{children}
}
diff --git a/apps/scandic-web/components/ContentType/HotelPage/Facilities/CardGrid/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/Facilities/CardGrid/index.tsx
index f14270fea..de97f5068 100644
--- a/apps/scandic-web/components/ContentType/HotelPage/Facilities/CardGrid/index.tsx
+++ b/apps/scandic-web/components/ContentType/HotelPage/Facilities/CardGrid/index.tsx
@@ -26,7 +26,7 @@ export default function FacilitiesCardGrid({
}
return (
-
+
{facilitiesCardGrid.map((card: FacilityCardType) => (
@@ -35,6 +35,6 @@ export default function FacilitiesCardGrid({
-
+
)
}
diff --git a/apps/scandic-web/components/ContentType/HotelPage/Rooms/index.tsx b/apps/scandic-web/components/ContentType/HotelPage/Rooms/index.tsx
index 62bffa80d..ebdfbd130 100644
--- a/apps/scandic-web/components/ContentType/HotelPage/Rooms/index.tsx
+++ b/apps/scandic-web/components/ContentType/HotelPage/Rooms/index.tsx
@@ -36,7 +36,7 @@ export function Rooms({ rooms, preamble }: RoomsProps) {
className={styles.roomsContainer}
>
-
+
{intl.formatMessage({
@@ -49,7 +49,7 @@ export function Rooms({ rooms, preamble }: RoomsProps) {
{preamble}
)}
-
+
diff --git a/apps/scandic-web/components/TempDesignSystem/Grids/Stackable/index.tsx b/apps/scandic-web/components/TempDesignSystem/Grids/Stackable/index.tsx
index 1f1c9d58a..9822e2586 100644
--- a/apps/scandic-web/components/TempDesignSystem/Grids/Stackable/index.tsx
+++ b/apps/scandic-web/components/TempDesignSystem/Grids/Stackable/index.tsx
@@ -8,5 +8,5 @@ export default function Stackable({
columns,
}: React.PropsWithChildren) {
const classNames = stackableGridVariants({ className, columns })
- return
+ return {children}
}