added todo

This commit is contained in:
Nick A 2024-10-29 00:49:33 -04:00
parent f5c1c838f8
commit ec766d6174

View File

@ -12,6 +12,8 @@ type UserTableProps = {
setData: Dispatch<SetStateAction<User[]>>
}
//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