We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a8b02b commit f25e590Copy full SHA for f25e590
__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