riley is silly

This commit is contained in:
Riley Davis
2016-12-06 14:42:09 -10:00
parent 17e4e57171
commit 09245403aa
@@ -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;
this.path = path[1] || window.location;
this.pym.sendMessage('childReady');
}