enable arrows on the calendar for date search flags (#2084)
This commit is contained in:
parent
57a2d3103d
commit
b1dff8aa04
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ export default class DateSuggestion extends PureComponent {
|
|||
futureScrollRange={0}
|
||||
scrollingEnabled={true}
|
||||
pagingEnabled={true}
|
||||
hideArrows={true}
|
||||
hideArrows={false}
|
||||
horizontal={true}
|
||||
showScrollIndicator={true}
|
||||
onDayPress={this.completeMention}
|
||||
|
|
|
|||
Loading…
Reference in a new issue