Working signin and comment

This commit is contained in:
Belen Curcio
2018-08-15 12:05:38 -03:00
parent 4d7702c0e3
commit 8e9ac0748e
3 changed files with 13 additions and 2 deletions
+4 -1
View File
@@ -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"