From 6f5881e6270f83cd609891cdae72f694343c9385 Mon Sep 17 00:00:00 2001 From: Arno Kaimbacher Date: Thu, 6 Jul 2023 13:36:48 +0200 Subject: [PATCH] - small bug for references by --- src/views/dataset-detail.component/dataset-detail.component.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/dataset-detail.component/dataset-detail.component.vue b/src/views/dataset-detail.component/dataset-detail.component.vue index a75b026..46a810c 100644 --- a/src/views/dataset-detail.component/dataset-detail.component.vue +++ b/src/views/dataset-detail.component/dataset-detail.component.vue @@ -81,7 +81,7 @@ v-if="reference.type === 'DOI'" target="_blank" class="link-label" - v-bind:href="'https://doi.org/' + reference.dataset.identifier" + v-bind:href="'https://doi.org/' + reference.dataset.identifier.value" > {{ "https://doi.org/" + reference.dataset.identifier.value }}