Optimized performance and fix type of object not correctly

This commit is contained in:
2023-11-01 21:53:37 +07:00
parent 8491755cc3
commit 4e7e731fbd
10 changed files with 60 additions and 52 deletions
+2 -2
View File
@@ -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)}