From c8f9884dc97419632d093eab9ee25e0897b11790 Mon Sep 17 00:00:00 2001 From: Mustafa Buyukcelebi Date: Tue, 13 Aug 2019 22:11:27 +0300 Subject: [PATCH] Changed tag count 5 to 7 --- src/components/editorElements/tagArea/view/tagAreaView.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/editorElements/tagArea/view/tagAreaView.js b/src/components/editorElements/tagArea/view/tagAreaView.js index 9c260bc5d..cd881dfaa 100644 --- a/src/components/editorElements/tagArea/view/tagAreaView.js +++ b/src/components/editorElements/tagArea/view/tagAreaView.js @@ -19,7 +19,7 @@ export default class TagAreaView extends Component { this.state = { currentText: '', chips: props.draftChips || [' '], - chipsCount: props.chipsCount || 5, + chipsCount: props.chipsCount || 7, activeChip: 0, }; } @@ -102,7 +102,7 @@ export default class TagAreaView extends Component { {chips.map( (chip, i) => - i < 5 && ( + i < 7 && ( {