From 1881f6646d10d4659293e1593b46425d9465d7a0 Mon Sep 17 00:00:00 2001 From: Fredrik Thorsson Date: Tue, 19 Nov 2024 16:43:53 +0100 Subject: [PATCH] feat(SW-750): fix typo --- .../SidePeeks/AboutTheHotel/ContactInformation/index.tsx | 6 +++--- .../ContentType/HotelPage/SidePeeks/AboutTheHotel/index.tsx | 4 ++-- components/ContentType/HotelPage/index.tsx | 2 +- types/components/hotelPage/sidepeek/aboutTheHotel.ts | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/components/ContentType/HotelPage/SidePeeks/AboutTheHotel/ContactInformation/index.tsx b/components/ContentType/HotelPage/SidePeeks/AboutTheHotel/ContactInformation/index.tsx index 09824d10a..58dd360c6 100644 --- a/components/ContentType/HotelPage/SidePeeks/AboutTheHotel/ContactInformation/index.tsx +++ b/components/ContentType/HotelPage/SidePeeks/AboutTheHotel/ContactInformation/index.tsx @@ -16,7 +16,7 @@ import { } from "@/types/components/hotelPage/sidepeek/contactInformation" export default async function ContactInformation({ - hotelAdress, + hotelAddress, coordinates, contact, socials, @@ -36,8 +36,8 @@ export default async function ContactInformation({ {intl.formatMessage({ id: "Address" })} - {hotelAdress.streetAddress} - {hotelAdress.city} + {hotelAddress.streetAddress} + {hotelAddress.city}
diff --git a/components/ContentType/HotelPage/SidePeeks/AboutTheHotel/index.tsx b/components/ContentType/HotelPage/SidePeeks/AboutTheHotel/index.tsx index 318f195bc..14175b231 100644 --- a/components/ContentType/HotelPage/SidePeeks/AboutTheHotel/index.tsx +++ b/components/ContentType/HotelPage/SidePeeks/AboutTheHotel/index.tsx @@ -14,7 +14,7 @@ import styles from "./aboutTheHotel.module.css" import type { AboutTheHotelSidePeekProps } from "@/types/components/hotelPage/sidepeek/aboutTheHotel" export default async function AboutTheHotelSidePeek({ - hotelAdress, + hotelAddress, coordinates, contact, socials, @@ -31,7 +31,7 @@ export default async function AboutTheHotelSidePeek({ >