diff --git a/src/libs/OptionsListUtils.js b/src/libs/OptionsListUtils.js index dc64619b4b9e..8f8668cf9fd7 100644 --- a/src/libs/OptionsListUtils.js +++ b/src/libs/OptionsListUtils.js @@ -555,7 +555,7 @@ function getPolicyExpenseReportOption(report) { ); // Update text & alternateText because createOption returns workspace name only if report is owned by the user - option.text = ReportUtils.getPolicyName(report); + option.text = ReportUtils.getPolicyName(expenseReport); option.alternateText = Localize.translateLocal('workspace.common.workspace'); option.selected = report.selected; return option;