Skip to content

Commit

Permalink
Fix usage of citations_export_message when config is not loaded yet
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Apr 26, 2024
1 parent d3c7638 commit fe8ecb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Citation/CitationsList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ onMounted(async () => {
</template>

<div v-if="source === 'histories'" class="infomessage">
<div v-html="config.citations_export_message_html"></div>
<div v-html="config?.citations_export_message_html"></div>
</div>

<div class="citations-formatted">
Expand Down

0 comments on commit fe8ecb1

Please sign in to comment.