diff --git a/__tests__/shared/components/challenge-listing/Filters/__snapshots__/DateRangePicker.jsx.snap b/__tests__/shared/components/challenge-listing/Filters/__snapshots__/DateRangePicker.jsx.snap index 28a46b34c6..bef0aea986 100644 --- a/__tests__/shared/components/challenge-listing/Filters/__snapshots__/DateRangePicker.jsx.snap +++ b/__tests__/shared/components/challenge-listing/Filters/__snapshots__/DateRangePicker.jsx.snap @@ -18,7 +18,7 @@ exports[`Matches shallow shapshot 1`] = ` endDatePlaceholderText="End Date" firstDayOfWeek={null} focusedInput={null} - hideKeyboardShortcutsPanel={true} + hideKeyboardShortcutsPanel={false} horizontalMargin={0} initialVisibleMonth={null} inputIconPosition="before" diff --git a/src/shared/components/challenge-listing/Filters/DateRangePicker.jsx b/src/shared/components/challenge-listing/Filters/DateRangePicker.jsx index 36bfd5dff2..5ad10b0a52 100644 --- a/src/shared/components/challenge-listing/Filters/DateRangePicker.jsx +++ b/src/shared/components/challenge-listing/Filters/DateRangePicker.jsx @@ -45,7 +45,6 @@ class DateRangePicker extends React.Component { }; return ( false}