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: {