Dont change memo deps

Signed-off-by: Crevil <bjoern.soerensen@gmail.com>
This commit is contained in:
Crevil
2022-09-28 10:50:49 +02:00
parent 4efadb6968
commit 5e94bbf345
@@ -100,7 +100,7 @@ export const CatalogTable = (props: CatalogTableProps) => {
];
}
}
}, [filters.kind?.value]);
}, [filters.kind]);
const showTypeColumn = filters.type === undefined;
// TODO(timbonicus): remove the title from the CatalogTable once using EntitySearchBar