diff --git a/src/libs/actions/Report.js b/src/libs/actions/Report.js index ef5a1370dcc6..5e515c8080db 100644 --- a/src/libs/actions/Report.js +++ b/src/libs/actions/Report.js @@ -383,10 +383,6 @@ function openReport(reportID, participantList = [], newReportObject = {}, parent // and we need data to be available when we navigate to the chat page if (_.isEmpty(ReportUtils.getReport(reportID))) { optimisticReportData.onyxMethod = Onyx.METHOD.SET; - optimisticReportData.value = { - ...optimisticReportData.value, - reportID: reportID.toString(), - }; } // If we are creating a new report, we need to add the optimistic report data and a report action