Update project with latest eslint rules

This commit is contained in:
Debajyoti Halder
2021-01-29 11:55:12 +05:30
parent da661f836e
commit 6106345e6d
49 changed files with 173 additions and 157 deletions
@@ -59,10 +59,10 @@ type TableHeaderProps = {
handleToggleFilters: () => void;
};
type Filters = {
selected: string;
checked: Array<string | null>;
};
// type Filters = {
// selected: string;
// checked: Array<string | null>;
// };
// TODO: move out column to make the search result component more generic
const columns: TableColumn[] = [