feat(SW-750): restore comment

This commit is contained in:
Fredrik Thorsson
2024-11-21 14:39:45 +01:00
parent ebb42d9bd5
commit 8a9cfc5da4

View File

@@ -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}`