diff --git a/ui/component/commentReactions/view.jsx b/ui/component/commentReactions/view.jsx
index 410e1e36f..4dc2c50d9 100644
--- a/ui/component/commentReactions/view.jsx
+++ b/ui/component/commentReactions/view.jsx
@@ -38,7 +38,7 @@ export default function CommentReactions(props: Props) {
? claim.canonical_url
: claim && claim.signing_channel && claim.signing_channel.canonical_url;
- const getCountForReact = type => {
+ const getCountForReact = (type) => {
let count = 0;
if (othersReacts && othersReacts[type]) {
count += othersReacts[type];
@@ -105,7 +105,7 @@ export default function CommentReactions(props: Props) {
className={classnames('comment__action comment__action--creator-like')}
onClick={() => react(commentId, REACTION_TYPES.CREATOR_LIKE)}
>
- {creatorLiked && }
+ {creatorLiked && }
)}
>