Skip to content

Commit

Permalink
fix: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Mloweedgar committed Jan 31, 2022
1 parent 7c5a94e commit 7c06ba8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ function CustomTableFilter(props) {
.catch((err) => console.log(err));
}, [mainFilter]);

const renderDateFilter = (props) => (
const renderDateFilter = () => (
<>
<FormControl
variant="outlined"
Expand Down

0 comments on commit 7c06ba8

Please sign in to comment.