From 8b0a7e3681dac61177edd6ec2814dcf13c343ef5 Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Mon, 2 Dec 2019 21:06:48 +0700 Subject: [PATCH] fix for boris comments --- src/containers/node/BorisLayout/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/containers/node/BorisLayout/index.tsx b/src/containers/node/BorisLayout/index.tsx index 9397d6f4..2f0289db 100644 --- a/src/containers/node/BorisLayout/index.tsx +++ b/src/containers/node/BorisLayout/index.tsx @@ -79,7 +79,7 @@ const BorisLayoutUnconnected: FC = ({ {is_user && } - {is_loading_comments && !comments.length ? ( + {is_loading_comments ? ( ) : (