From e474d7493015cd3fcf086325d5c16a3f0f3736c6 Mon Sep 17 00:00:00 2001 From: Vesa Luusua Date: Wed, 8 Aug 2018 15:14:00 +0300 Subject: [PATCH] Refactor Google Maps integration to its own sub component on SearchMap --- src/components/SearchMap/SearchMap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SearchMap/SearchMap.js b/src/components/SearchMap/SearchMap.js index 976caf0d..60c8671e 100644 --- a/src/components/SearchMap/SearchMap.js +++ b/src/components/SearchMap/SearchMap.js @@ -9,8 +9,8 @@ import { createSlug } from '../../util/urlHelpers'; import { propTypes } from '../../util/types'; import { obfuscatedCoordinates } from '../../util/maps'; import config from '../../config'; -import { hasParentWithClassName } from './SearchMap.helpers.js'; +import { hasParentWithClassName } from './SearchMap.helpers.js'; import SearchMapWithMapbox, { LABEL_HANDLE, INFO_CARD_HANDLE,