Skip to content

Commit

Permalink
resolve suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
akamefi202 committed Oct 12, 2023
1 parent 7bc1fcb commit 1ef2811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/OptionsListUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1ef2811

Please sign in to comment.