We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2714dac commit 9de815dCopy full SHA for 9de815d
react-todos/src/components/TodoTable.js
@@ -13,6 +13,7 @@ export default function TodoTable(props) {
13
<tbody>
14
{props.todos.map((todo) => (
15
<TodoRowItem
16
+ key={todo.rowNumber}
17
rowNumber={todo.rowNumber}
18
rowDescription={todo.rowDescription}
19
rowAssigned={todo.rowAssigned}
0 commit comments