mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-21 12:21:31 +03:00
Changed tag count 5 to 7
This commit is contained in:
parent
da3617eb9a
commit
c8f9884dc9
@ -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 {
|
||||
<ScrollView horizontal style={styles.tagWrapper}>
|
||||
{chips.map(
|
||||
(chip, i) =>
|
||||
i < 5 && (
|
||||
i < 7 && (
|
||||
<Chip
|
||||
key={i}
|
||||
refs={input => {
|
||||
|
Loading…
Reference in New Issue
Block a user