From 5a49bc7b5f19018d324159118f22d96fbb96e4ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Pe=CC=81ault?= Date: Thu, 2 Apr 2020 21:08:46 +0200 Subject: [PATCH] Globe: Add country slug --- src/molecules/InteractiveGlobe.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/src/molecules/InteractiveGlobe.svelte b/src/molecules/InteractiveGlobe.svelte index 2a98e95..613e9bd 100644 --- a/src/molecules/InteractiveGlobe.svelte +++ b/src/molecules/InteractiveGlobe.svelte @@ -33,6 +33,7 @@ return { name: location.name, slug: location.slug, + countrySlug: location.country.slug, lat: location.coordinates.lat, lng: location.coordinates.lng }