Skip to content

Commit

Permalink
add tr key
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-gilber committed Nov 3, 2023
1 parent 7f57d95 commit 642d2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default function Home() {
</thead>
<tbody>
{users.map((user) => (
<tr>
<tr key={user.id}>
<th scope="row" key={user.id}>
{user.id}
</th>
Expand Down

0 comments on commit 642d2a6

Please sign in to comment.