Blocking/Unblocking improvements for message requests
This commit is contained in:
parent
91ea69133b
commit
9eeb68a9a7
5 changed files with 33 additions and 73 deletions
|
@ -110,11 +110,6 @@ export const MessageRequestActionsConfirmation = ({
|
|||
action: onUnblock,
|
||||
style: 'affirmative',
|
||||
},
|
||||
{
|
||||
text: i18n('MessageRequests--delete'),
|
||||
action: onDelete,
|
||||
style: 'negative',
|
||||
},
|
||||
]}
|
||||
>
|
||||
{i18n(`MessageRequests--unblock-${conversationType}-confirm-body`)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue