Frozen Account: Fix arguments (#5867)
This commit is contained in:
parent
a45b268af8
commit
24049a8012
@ -450,7 +450,7 @@ const ActionMessage = ({
|
||||
threadId={threadId}
|
||||
observeIntersection={observeIntersectionForPlaying}
|
||||
isCurrentUserPremium={isCurrentUserPremium}
|
||||
isAccountFrozen
|
||||
isAccountFrozen={isAccountFrozen}
|
||||
/>
|
||||
)}
|
||||
</div>
|
||||
|
||||
@ -1704,7 +1704,7 @@ const Message: FC<OwnProps & StateProps> = ({
|
||||
observeIntersection={observeIntersectionForPlaying}
|
||||
noRecentReactors={isChannel}
|
||||
tags={tags}
|
||||
isAccountFrozen
|
||||
isAccountFrozen={isAccountFrozen}
|
||||
/>
|
||||
)}
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user