Skip to content

Commit

Permalink
Isolated props during dev #172 #176
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLitt committed May 28, 2015
1 parent 93b525a commit adcd0ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/app.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ var Conversation = require('./components/conversationChain.jsx')
// var Toc = require('./components/toc.jsx')

// var account = require('./data/schema.js').account
var conversationData = require('./data/schema.js').conversationData

module.exports = React.createClass({
displayName: 'App',
Expand All @@ -44,7 +43,7 @@ module.exports = React.createClass({

<Screenshot fingerprint={this.props.fingerprint} location={this.props.location} />

<Conversation conversation={conversationData} />
<Conversation />

<EmailForm fingerprint={this.props.fingerprint} />

Expand Down

0 comments on commit adcd0ce

Please sign in to comment.