From adcd0cebcf281ab94295e86d0d71f9d99e1bd7f1 Mon Sep 17 00:00:00 2001 From: Richard Littauer Date: Thu, 28 May 2015 16:51:00 +0800 Subject: [PATCH] Isolated props during dev #172 #176 --- js/app.jsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/js/app.jsx b/js/app.jsx index 7a21985..93b80e1 100644 --- a/js/app.jsx +++ b/js/app.jsx @@ -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', @@ -44,7 +43,7 @@ module.exports = React.createClass({ - +