From 8a9cfc5da4aec2cd16c7f8f10ab3cb99d922a1ec Mon Sep 17 00:00:00 2001 From: Fredrik Thorsson Date: Thu, 21 Nov 2024 14:39:45 +0100 Subject: [PATCH] feat(SW-750): restore comment --- .../SidePeeks/AboutTheHotel/ContactInformation/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/components/ContentType/HotelPage/SidePeeks/AboutTheHotel/ContactInformation/index.tsx b/components/ContentType/HotelPage/SidePeeks/AboutTheHotel/ContactInformation/index.tsx index 7ac140336..f4bf137a4 100644 --- a/components/ContentType/HotelPage/SidePeeks/AboutTheHotel/ContactInformation/index.tsx +++ b/components/ContentType/HotelPage/SidePeeks/AboutTheHotel/ContactInformation/index.tsx @@ -21,6 +21,7 @@ export default async function ContactInformation({ }: ContactInformationProps) { const intl = await getIntl() const lang = getLang() + const { latitude, longitude } = coordinates const directionsUrl = `https://www.google.com/maps/dir/?api=1&destination=${latitude},${longitude}`