mirror of
https://github.com/wassname/talk.git
synced 2026-09-09 11:38:08 +08:00
Stream Styling
This commit is contained in:
@@ -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} />;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user