Skip to content

Commit 631007d

Browse files
committed
Firebase - Section 12
1 parent a466ecb commit 631007d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

todos/src/list-item.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ module.exports = React.createClass({
1010
}
1111
},
1212
componentWillMount: function() {
13-
this.fb = new Firebase(rootUrl + 'items/' + this.props.item.id);
13+
this.fb = new Firebase(rootUrl + 'items/' + this.props.item.key);
1414
},
1515
render: function() {
1616
return <div className="input-group">

0 commit comments

Comments
 (0)