From b1dff8aa04f59f63243445371e102db981345396 Mon Sep 17 00:00:00 2001 From: Dmitry Samuylov Date: Thu, 6 Sep 2018 14:04:07 -0400 Subject: [PATCH] enable arrows on the calendar for date search flags (#2084) --- app/components/autocomplete/date_suggestion/date_suggestion.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/autocomplete/date_suggestion/date_suggestion.js b/app/components/autocomplete/date_suggestion/date_suggestion.js index faf57ed8a..4d247e036 100644 --- a/app/components/autocomplete/date_suggestion/date_suggestion.js +++ b/app/components/autocomplete/date_suggestion/date_suggestion.js @@ -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}