Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese committed Aug 23, 2023
1 parent bd56b5c commit 43e7774
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ export const useTimelineEventsHandler = ({
asyncSearch();
refetch.current = asyncSearch;
},
[skip, data, entityType, dataViewId, startTracking, dispatch, id, prevFilterStatus]
[skip, data, entityType, dataViewId, dispatch, id, prevFilterStatus]
);

useEffect(() => {
Expand Down

0 comments on commit 43e7774

Please sign in to comment.