[FIX] Missing delete icon on MessageErrorActions (#2373)
This commit is contained in:
parent
3fb253b3de
commit
bcb599e03d
|
@ -81,7 +81,7 @@ const MessageErrorActions = forwardRef(({ tmid }, ref) => {
|
|||
},
|
||||
{
|
||||
title: I18n.t('Delete'),
|
||||
icon: 'trash',
|
||||
icon: 'delete',
|
||||
danger: true,
|
||||
onPress: () => handleDelete(message)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue