mirror of
https://github.com/Nezumi-2711/react-training.git
synced 2026-09-22 20:01:59 +00:00
Optimized performance and fix type of object not correctly
This commit is contained in:
@@ -78,9 +78,9 @@ const UserRow = ({
|
||||
<div>{roomId}</div>
|
||||
|
||||
<Menus.Menu>
|
||||
<Menus.Toggle id={id} />
|
||||
<Menus.Toggle id={id.toString()} />
|
||||
|
||||
<Menus.List id={id}>
|
||||
<Menus.List id={id.toString()}>
|
||||
<Menus.Button
|
||||
icon={<HiSquare2Stack />}
|
||||
onClick={() => handleOnEdit(user)}
|
||||
|
||||
Reference in New Issue
Block a user