From 0e337dbf5072fee64f7ab080b84f526633156c4a Mon Sep 17 00:00:00 2001 From: Anthony Date: Fri, 23 Mar 2018 18:27:49 -0700 Subject: [PATCH] commit js with changed prop names --- web/pages/nutalk/js/index.js | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/web/pages/nutalk/js/index.js b/web/pages/nutalk/js/index.js index 01e19c8d0..037bf4bc1 100644 --- a/web/pages/nutalk/js/index.js +++ b/web/pages/nutalk/js/index.js @@ -40000,7 +40000,7 @@ function (_Component) { _this.createTopic = _this.createTopic.bind(_this); _this.valueChange = _this.valueChange.bind(_this); _this.state = { - topicContent: _this.props.topText ? _this.props.topText : '' + topicContent: _this.props.text ? _this.props.text : '' }; return _this; } @@ -40338,17 +40338,6 @@ function (_Component) { return Elapsed; }(react_1); -/** - Anatomy: - - "ComponentLabel": { - comp: // main component - compProps: // props for main component - head: // header component - headProps: // props for header -} -**/ - var ComponentMap = { "StreamPage": { comp: StreamPage,