diff --git a/client/src/components/Citation/CitationsList.vue b/client/src/components/Citation/CitationsList.vue index 8668cb84e64..bb6987d8aae 100644 --- a/client/src/components/Citation/CitationsList.vue +++ b/client/src/components/Citation/CitationsList.vue @@ -18,7 +18,7 @@ const outputFormats = Object.freeze({ interface Props { id: string; source: string; - simple: boolean; + simple?: boolean; } const props = withDefaults(defineProps(), {