Merge branch 'moderation-hide-actions' into 'develop'

Add hideActions to moderation confirmation modals

See merge request soapbox-pub/soapbox!2569
This commit is contained in:
marcin mikołajczak
2023-06-23 22:11:00 +00:00

View File

@ -48,7 +48,7 @@ const deactivateUserModal = (intl: IntlShape, accountId: string, afterConfirm =
const message = (
<Stack space={4}>
<OutlineBox>
<AccountContainer id={accountId} />
<AccountContainer id={accountId} hideActions />
</OutlineBox>
<Text>
@ -83,7 +83,7 @@ const deleteUserModal = (intl: IntlShape, accountId: string, afterConfirm = () =
const message = (
<Stack space={4}>
<OutlineBox>
<AccountContainer id={accountId} />
<AccountContainer id={accountId} hideActions />
</OutlineBox>
<Text>