File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
__tests__/shared/components/challenge-listing/Filters/__snapshots__
src/shared/components/challenge-listing/Filters Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ exports[`Matches shallow shapshot 1`] = `
18
18
endDatePlaceholderText="End Date"
19
19
firstDayOfWeek={ null }
20
20
focusedInput={ null }
21
- hideKeyboardShortcutsPanel={ true }
21
+ hideKeyboardShortcutsPanel={ false }
22
22
horizontalMargin={ 0 }
23
23
initialVisibleMonth={ null }
24
24
inputIconPosition="before"
Original file line number Diff line number Diff line change @@ -45,7 +45,6 @@ class DateRangePicker extends React.Component {
45
45
} ;
46
46
return (
47
47
< WrappedDateRangePicker
48
- hideKeyboardShortcutsPanel
49
48
numberOfMonths = { numberOfMonths }
50
49
focusedInput = { focusedInput }
51
50
isOutsideRange = { ( ) => false }
You can’t perform that action at this time.
0 commit comments