From 758c6bb1b204249cf7e28568a4df25d397fa5b4a Mon Sep 17 00:00:00 2001 From: Pavel Mineev Date: Fri, 15 Jan 2021 21:37:36 +0300 Subject: [PATCH] fix font in user comments --- frontend/app/components/user-info/user-info.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ; };