mirror of
https://github.com/cssgunc/compass.git
synced 2025-04-20 10:30:16 -04:00
added todo
This commit is contained in:
parent
f5c1c838f8
commit
ec766d6174
|
@ -12,6 +12,8 @@ type UserTableProps = {
|
||||||
setData: Dispatch<SetStateAction<User[]>>
|
setData: Dispatch<SetStateAction<User[]>>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//TODO: Remove dependecy on `data`. Only `setData` is needed. Do for others as well
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Table componenet used for displaying users
|
* Table componenet used for displaying users
|
||||||
* @param props.users List of users to be displayed by the table
|
* @param props.users List of users to be displayed by the table
|
||||||
|
|
Loading…
Reference in New Issue
Block a user