Adding fragment Slot

This commit is contained in:
Belen Curcio
2017-08-21 12:15:53 -03:00
parent 0ea2660c97
commit 9028c1b4eb
3 changed files with 4 additions and 3 deletions
@@ -1,4 +1,4 @@
.authorName {
margin-right: 5px;
font-weight: bold;
}
}
@@ -439,7 +439,7 @@ export default class Comment extends React.Component {
<Slot
className={'talk-stream-comment-user-name'}
fill="authorName"
fill="commentAuthorName"
defaultComponent={AuthorName}
queryData={queryData}
{...slotProps}
@@ -15,7 +15,8 @@ const slots = [
'commentActions',
'commentContent',
'commentReactions',
'commentAvatar'
'commentAvatar',
'commentAuthorName'
];
/**