diff --git a/client/coral-embed-stream/src/components/Comment.js b/client/coral-embed-stream/src/components/Comment.js
index 79dfb1b34..3eecc80ea 100644
--- a/client/coral-embed-stream/src/components/Comment.js
+++ b/client/coral-embed-stream/src/components/Comment.js
@@ -447,6 +447,14 @@ export default class Comment extends React.Component {
{isStaff(comment.tags) ? Staff : null}
+
+
{
diff --git a/client/coral-embed-stream/src/containers/Comment.js b/client/coral-embed-stream/src/containers/Comment.js
index 6ddba46f8..a4bfbc0eb 100644
--- a/client/coral-embed-stream/src/containers/Comment.js
+++ b/client/coral-embed-stream/src/containers/Comment.js
@@ -16,7 +16,8 @@ const slots = [
'commentContent',
'commentReactions',
'commentAvatar',
- 'commentAuthorName'
+ 'commentAuthorName',
+ 'commentAuthorTags'
];
/**