diff --git a/frontend/app/components/user-info/user-info.tsx b/frontend/app/components/user-info/user-info.tsx index d5d4dba2..27588702 100644 --- a/frontend/app/components/user-info/user-info.tsx +++ b/frontend/app/components/user-info/user-info.tsx @@ -66,7 +66,7 @@ class UserInfo extends Component { } return ( -
+

{ const comments = useSelector(commentsSelector); const actions = useActions(boundActions); const intl = useIntl(); + return ; };