add preview comments to list-comments

This commit is contained in:
igoradamenko
2018-03-11 22:04:17 +03:00
parent 07128f1f24
commit bef78a86fb
@@ -13,7 +13,7 @@ export default class ListComments extends Component {
comments.map(comment => (
<Comment
data={comment}
mods={{ level: 0, guest: true }}
mods={{ level: 0, guest: true, view: 'preview' }}
mix="list-comments__item"
/>
))