diff --git a/compass/components/Table/UserTable.tsx b/compass/components/Table/UserTable.tsx index 55c316a..9ebee8c 100644 --- a/compass/components/Table/UserTable.tsx +++ b/compass/components/Table/UserTable.tsx @@ -12,6 +12,8 @@ type UserTableProps = { setData: Dispatch> } +//TODO: Remove dependecy on `data`. Only `setData` is needed. Do for others as well + /** * Table componenet used for displaying users * @param props.users List of users to be displayed by the table