Frozen Account: Fix arguments (#5867)

This commit is contained in:
Alexander Zinchuk 2025-04-23 18:59:37 +02:00
parent a45b268af8
commit 24049a8012
2 changed files with 2 additions and 2 deletions

View File

@ -450,7 +450,7 @@ const ActionMessage = ({
threadId={threadId}
observeIntersection={observeIntersectionForPlaying}
isCurrentUserPremium={isCurrentUserPremium}
isAccountFrozen
isAccountFrozen={isAccountFrozen}
/>
)}
</div>

View File

@ -1704,7 +1704,7 @@ const Message: FC<OwnProps & StateProps> = ({
observeIntersection={observeIntersectionForPlaying}
noRecentReactors={isChannel}
tags={tags}
isAccountFrozen
isAccountFrozen={isAccountFrozen}
/>
)}
</div>