feat(SW-750): restore comment
This commit is contained in:
@@ -21,6 +21,7 @@ export default async function ContactInformation({
|
|||||||
}: ContactInformationProps) {
|
}: ContactInformationProps) {
|
||||||
const intl = await getIntl()
|
const intl = await getIntl()
|
||||||
const lang = getLang()
|
const lang = getLang()
|
||||||
|
|
||||||
const { latitude, longitude } = coordinates
|
const { latitude, longitude } = coordinates
|
||||||
const directionsUrl = `https://www.google.com/maps/dir/?api=1&destination=${latitude},${longitude}`
|
const directionsUrl = `https://www.google.com/maps/dir/?api=1&destination=${latitude},${longitude}`
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user