|
|
@@ -193,10 +193,9 @@ const getMessage = (notification: Notification) => {
|
|
|
|
|
|
case NOTIFICATION_TYPE.MESSAGE:
|
|
|
if (notification.message?.action)
|
|
|
- return `${i18n.t('your_message')} ${notification.message
|
|
|
- ?.fileName} ${i18n.t('is_ready_to_be')} ${
|
|
|
- notification.message.action
|
|
|
- }`
|
|
|
+ return `${i18n.t('your_message')} ${
|
|
|
+ notification.message?.fileName
|
|
|
+ } ${i18n.t('is_ready_to_be')} ${notification.message.action}`
|
|
|
|
|
|
return `${i18n.t('your_message')} ${
|
|
|
notification.message?.about ?? ''
|