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 && {!isArticleLoading &&
!isProfile && !isProfile &&
(!security?.Create || canInvite) && ( (security?.Create || canInvite) && (
<MobileView <MobileView
t={t} t={t}
titleProp={t("Upload")} titleProp={t("Upload")}