Fix keys
This commit is contained in:
parent
9f9df5c4e9
commit
77c9d40751
|
@ -54,7 +54,7 @@ export function Manaboard(props: {
|
|||
</thead>
|
||||
<tbody>
|
||||
{users.map((user, index) => (
|
||||
<tr key={user.id}>
|
||||
<tr key={user.id + index}>
|
||||
<td>
|
||||
<div className="pl-2">{index + 1}</div>
|
||||
</td>
|
||||
|
|
Loading…
Reference in New Issue
Block a user