This commit is contained in:
Austin Chen 2022-04-01 08:06:04 -07:00
parent 9f9df5c4e9
commit 77c9d40751

View File

@ -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>