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