diff --git a/client/src/components/Citation/CitationsList.vue b/client/src/components/Citation/CitationsList.vue index 00b32419db75..7aa5b137ff97 100644 --- a/client/src/components/Citation/CitationsList.vue +++ b/client/src/components/Citation/CitationsList.vue @@ -29,7 +29,7 @@ const { config } = useConfig(true); const emit = defineEmits(["rendered", "show", "shown", "hide", "hidden"]); -const outputFormat = ref(outputFormats.CITATION); +const outputFormat = ref(outputFormats.CITATION); const citations = ref([]); onUpdated(() => {