Client: Components: MainButton: fix missing main button

This commit is contained in:
Viktor Fomin 2023-03-01 17:49:45 +03:00
parent e2136ca4cc
commit 47172aad39

View File

@ -457,7 +457,7 @@ const ArticleMainButtonContent = (props) => {
<>
{!isArticleLoading &&
!isProfile &&
(!security?.Create || canInvite) && (
(security?.Create || canInvite) && (
<MobileView
t={t}
titleProp={t("Upload")}