From f1c910d6787395aefd57b58b44953bd68e01e699 Mon Sep 17 00:00:00 2001 From: r0hit-gupta Date: Sun, 28 Jul 2019 02:34:51 +0530 Subject: [PATCH 1/2] changes for MSFT-107 --- .../components/challenge-listing/Filters/DateRangePicker.jsx | 1 - 1 file changed, 1 deletion(-) 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} From 53bb00922006018de11b8bd907b866b0f653b938 Mon Sep 17 00:00:00 2001 From: r0hit-gupta Date: Sun, 28 Jul 2019 02:47:00 +0530 Subject: [PATCH 2/2] update test --- .../Filters/__snapshots__/DateRangePicker.jsx.snap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"