Web:Client: fix main button loading

This commit is contained in:
Timofey Boyko 2023-06-05 15:40:25 +03:00
parent c3aa166a78
commit 6353551bc4

View File

@ -459,7 +459,7 @@ const ArticleMainButtonContent = (props) => {
const isProfile = location.pathname === "/accounts/view/@self";
if (showArticleLoader || !tReady)
if (showArticleLoader)
return isMobileArticle ? null : <Loaders.ArticleButton height="32px" />;
return (