Stream Styling

This commit is contained in:
Belén Curcio
2018-08-12 19:22:50 -03:00
parent 06f9c0a212
commit de5c37ebcf
13 changed files with 113 additions and 13 deletions
@@ -31,7 +31,7 @@ class PostCommentFormContainer extends Component<InnerProps> {
return undefined;
};
public render() {
return <PostCommentForm onSubmit={this.onSubmit} />;
return <PostCommentForm onSubmit={this.onSubmit} signedIn={false} />;
}
}