un-sneaking in some stuff

This commit is contained in:
Riley Davis
2016-12-06 15:51:22 -10:00
parent f2ded3f2a7
commit 1201196566
@@ -70,7 +70,7 @@ class CommentStream extends Component {
const path = /https?\:\/\/([^?#]+)/.exec(this.pym.parentUrl);
this.props.getStream(path[1] || window.location);
this.path = path[1] || window.location;
this.path = path;
this.pym.sendMessage('childReady');
}