Merge branch 'graphql' of github.com:coralproject/talk into graphql

This commit is contained in:
David Jay
2017-01-24 14:19:58 -05:00
60 changed files with 1845 additions and 2512 deletions
+1 -1
View File
@@ -132,7 +132,7 @@ class Comment extends React.Component {
{
this.state.replyBoxVisible
? <ReplyBox
replyPostedHandler={() => {
commentPostedHandler={() => {
console.log('replyPostedHandler');
this.setState({replyBoxVisible: false});
refetch();
+1 -1
View File
@@ -120,7 +120,7 @@ class Embed extends Component {
{
user
? <CommentBox
refetch={refetch}
commentPostedHandler={refetch}
addNotification={this.props.addNotification}
postItem={this.props.postItem}
appendItemArray={this.props.appendItemArray}
@@ -1,3 +1,3 @@
import Pym from 'pym.js';
import Pym from '../../../node_modules/pym.js';
export default new Pym.Child({polling: 100});