Skip to content

Commit 5370213

Browse files
committed
Removing Unexpected any
Signed-off-by: Angatupyry <[email protected]>
1 parent 87058e3 commit 5370213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-components/lib/tasks/task-datagrid-table.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ function buildApplyDateFilterFn(
3535

3636
const filterValueMs = filterItem.value.getTime();
3737

38-
return ({ value }: GridCellParams<Date, any, any>): boolean => {
38+
return ({ value }: GridCellParams<Date>): boolean => {
3939
if (!value) {
4040
return false;
4141
}

0 commit comments

Comments
 (0)