We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 02bec8a + 53bb009 commit 1666964Copy full SHA for 1666964
__tests__/shared/components/challenge-listing/Filters/__snapshots__/DateRangePicker.jsx.snap
@@ -18,7 +18,7 @@ exports[`Matches shallow shapshot 1`] = `
18
endDatePlaceholderText="End Date"
19
firstDayOfWeek={null}
20
focusedInput={null}
21
- hideKeyboardShortcutsPanel={true}
+ hideKeyboardShortcutsPanel={false}
22
horizontalMargin={0}
23
initialVisibleMonth={null}
24
inputIconPosition="before"
src/shared/components/challenge-listing/Filters/DateRangePicker.jsx
@@ -45,7 +45,6 @@ class DateRangePicker extends React.Component {
45
};
46
return (
47
<WrappedDateRangePicker
48
- hideKeyboardShortcutsPanel
49
numberOfMonths={numberOfMonths}
50
focusedInput={focusedInput}
51
isOutsideRange={() => false}
0 commit comments