Skip to content

Commit cffe465

Browse files
committed
fix(TS): 🐛 ts issues fix
1 parent 108e688 commit cffe465

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/pageComponents/dashboard/cardSection/listBox.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ import {
3939
import { CATEGORIES_KEY, TRASH_URL } from "../../../utils/constants";
4040

4141
// we are disabling this rule as option might get complicated , so we need to have it in a separate file
42-
// eslint-disable-next-line import/no-cycle
4342
import Option from "./option";
4443

4544
type ListBoxDropTypes = ListProps<object> & {

0 commit comments

Comments
 (0)