Skip to content

Commit

Permalink
fix: remove setstartdate / setenddate
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrelstan committed Dec 21, 2021
1 parent f28c94a commit 9c93a3c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/common/Filter.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ function Filter(props) {
setIsFilterOpen((prev) => !prev);

if (!isFilterOpen) {
setStartDate('');
setEndDate('');
setIsError(false);
setOnSubmit(false);
}
Expand Down

0 comments on commit 9c93a3c

Please sign in to comment.