From 6207e2de8bde67af889452a4eb3f5fe1c05284b0 Mon Sep 17 00:00:00 2001 From: jlpereira Date: Thu, 16 Mar 2023 14:07:27 -0300 Subject: [PATCH] Change max citations --- .../Panel/PanelNomenclature/PanelNomenclatureCitations.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/otus/components/Panel/PanelNomenclature/PanelNomenclatureCitations.vue b/src/modules/otus/components/Panel/PanelNomenclature/PanelNomenclatureCitations.vue index 537c26f..01dd40c 100644 --- a/src/modules/otus/components/Panel/PanelNomenclature/PanelNomenclatureCitations.vue +++ b/src/modules/otus/components/Panel/PanelNomenclature/PanelNomenclatureCitations.vue @@ -46,7 +46,7 @@ import { splitList } from './splitList' import CitationRow from './PanelCitationRow.vue' import PanelNomenclatureShowMore from './PanelNomenclatureShowMore.vue' -const MAX_CITATIONS = 5 +const MAX_CITATIONS = 2 const props = defineProps({ list: {