Skip to content

Commit fe4a94f

Browse files
display changed text
1 parent 994f614 commit fe4a94f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ep18-edit-todo-part2/app/components/DisplayItem.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export default class DisplayItem extends React.Component {
4343
style={{ fontSize: 'x-large' }} />
4444

4545
<label>
46-
{ todo.title }
46+
{ this.state.changedText }
4747
</label>
4848

4949
<a href='#'

0 commit comments

Comments
 (0)