[FIX] Missing delete icon on MessageErrorActions (#2373)

This commit is contained in:
Diego Mello 2020-08-05 13:48:24 -03:00 committed by GitHub
parent 3fb253b3de
commit bcb599e03d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ const MessageErrorActions = forwardRef(({ tmid }, ref) => {
},
{
title: I18n.t('Delete'),
icon: 'trash',
icon: 'delete',
danger: true,
onPress: () => handleDelete(message)
}