mirror of
https://github.com/wassname/talk.git
synced 2026-09-10 12:43:11 +08:00
Working signin and comment
This commit is contained in:
@@ -26,7 +26,10 @@ const Stream: StatelessComponent<StreamProps> = props => {
|
||||
return (
|
||||
<Flex className={styles.root} direction="column" itemGutter>
|
||||
<UserBoxContainer user={props.user} />
|
||||
<PostCommentFormContainer assetID={props.assetID} />
|
||||
<PostCommentFormContainer
|
||||
assetID={props.assetID}
|
||||
signedIn={!!props.user}
|
||||
/>
|
||||
<Flex
|
||||
direction="column"
|
||||
id="talk-comments-stream-log"
|
||||
|
||||
Reference in New Issue
Block a user