mirror of
https://github.com/cssgunc/compass.git
synced 2025-04-09 14:00:15 -04:00
added todo
This commit is contained in:
parent
f5c1c838f8
commit
ec766d6174
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user