Skip to content

Commit f25e590

Browse files
committed
Merge pull request #3145 from r0hit-gupta/msft107
MSFT-107
1 parent 8a8b02b commit f25e590

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

__tests__/shared/components/challenge-listing/Filters/__snapshots__/DateRangePicker.jsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ exports[`Matches shallow shapshot 1`] = `
1818
endDatePlaceholderText="End Date"
1919
firstDayOfWeek={null}
2020
focusedInput={null}
21-
hideKeyboardShortcutsPanel={true}
21+
hideKeyboardShortcutsPanel={false}
2222
horizontalMargin={0}
2323
initialVisibleMonth={null}
2424
inputIconPosition="before"

src/shared/components/challenge-listing/Filters/DateRangePicker.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ class DateRangePicker extends React.Component {
4545
};
4646
return (
4747
<WrappedDateRangePicker
48-
hideKeyboardShortcutsPanel
4948
numberOfMonths={numberOfMonths}
5049
focusedInput={focusedInput}
5150
isOutsideRange={() => false}

0 commit comments

Comments
 (0)