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} threadId={threadId}
observeIntersection={observeIntersectionForPlaying} observeIntersection={observeIntersectionForPlaying}
isCurrentUserPremium={isCurrentUserPremium} isCurrentUserPremium={isCurrentUserPremium}
isAccountFrozen isAccountFrozen={isAccountFrozen}
/> />
)} )}
</div> </div>

View File

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