diff --git a/src/libs/actions/Report.js b/src/libs/actions/Report.js index f529931b5c80..9e7c1662878c 100644 --- a/src/libs/actions/Report.js +++ b/src/libs/actions/Report.js @@ -164,7 +164,7 @@ function getSimplifiedReportObject(report) { } // Used for archived rooms, will store the policy name that the room used to belong to. - const oldPolicyName = lodashGet(report, ['reportNameValuePairs', 'oldPolicyName'], ''); + const oldPolicyName = lodashGet(report, ['reportNameValuePairs', 'oldPolicyName'], '').toString(); const lastActorEmail = lodashGet(report, 'lastActionActorEmail', ''); const notificationPreference = ReportUtils.isChatRoom({chatType})