diff --git a/src/libs/actions/Report.js b/src/libs/actions/Report.js index 3b5472c87ce7..1b32ee551078 100644 --- a/src/libs/actions/Report.js +++ b/src/libs/actions/Report.js @@ -1661,7 +1661,7 @@ function shouldShowReportActionNotification(reportID, action = null, isRemote = // Only show notifications for supported types of report actions if (!ReportActionsUtils.isNotifiableReportAction(action)) { - Log.info(`${tag} No notification because this action type is not supported`, false, {actionName: action.actionName}); + Log.info(`${tag} No notification because this action type is not supported`, false, {actionName: lodashGet(action, 'actionName')}); return false; }