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 e055a35 commit 69247e7Copy full SHA for 69247e7
ep16-new-css/app/components/DisplayList.jsx
@@ -4,7 +4,7 @@ import DisplayItem from './DisplayItem';
4
export default class DisplayList extends React.Component {
5
6
render () {
7
- return <ul>
+ return <ul id="todo-list">
8
{ this.props.todos.map((todo, i) => {
9
return <section id="main" key={todo.title}>
10
<DisplayItem
0 commit comments