Skip to content

Commit 3ef8a22

Browse files
committed
remove foo
1 parent f42eb37 commit 3ef8a22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter-02/demo/src/ControlPanel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class ControlPanel extends Component {
1010
render() {
1111
return (
1212
<div style={style}>
13-
<Counter caption="First" foo/>
13+
<Counter caption="First" />
1414
<Counter caption="Second" initValue={10} />
1515
<Counter caption="Third" initValue={20} />
1616
</div>

0 commit comments

Comments
 (0)