fix(dashboard): get properties and createdAt for profiles

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-09-11 12:18:10 +02:00
parent 96a5447f13
commit 3e19f90e51
2 changed files with 1 additions and 3 deletions

View File

@@ -26,8 +26,6 @@ type Props =
export const ProfilesTable = memo(
({ type, query, ...props }: Props) => {
console.log('re-render');
const columns = useColumns(type);
const { data, isFetching, isLoading } = query;