Skip to content

Commit

Permalink
Firebase - Section 12
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenGrider committed Jun 6, 2015
1 parent a466ecb commit 631007d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion todos/src/list-item.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ module.exports = React.createClass({
}
},
componentWillMount: function() {
this.fb = new Firebase(rootUrl + 'items/' + this.props.item.id);
this.fb = new Firebase(rootUrl + 'items/' + this.props.item.key);
},
render: function() {
return <div className="input-group">
Expand Down

0 comments on commit 631007d

Please sign in to comment.