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}