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