diff --git a/src/client/components/MapView.vue b/src/client/components/MapView.vue index 7ea2b30..77dd0b8 100644 --- a/src/client/components/MapView.vue +++ b/src/client/components/MapView.vue @@ -1,25 +1,55 @@ diff --git a/src/client/views/ItemView.vue b/src/client/views/ItemView.vue index f0994e5..d18c9da 100644 --- a/src/client/views/ItemView.vue +++ b/src/client/views/ItemView.vue @@ -226,14 +226,12 @@ const topConcepts = computed(() => { -
+ :key="`${uri}`" + :locations="Array.isArray(concept.location) ? concept.location : [concept.location]" />
Linked Data: