Add hideActions to moderation confirmation modals

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2023-06-23 23:11:50 +02:00
parent cff5f96df4
commit 29c20e6361

View file

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