got rid of all instances of diabling no-unused-vars

This commit is contained in:
Aria Moradi
2021-05-25 13:24:56 +04:30
parent e97642d92a
commit 31d9903251
8 changed files with 6 additions and 32 deletions

View File

@@ -70,7 +70,6 @@ export default function CategorySelect(props: IProps) {
setOpen(false);
};
// eslint-disable-next-line @typescript-eslint/no-unused-vars
const handleChange = (event: React.ChangeEvent<HTMLInputElement>, categoryId: number) => {
const { checked } = event.target as HTMLInputElement;