Skip to content

Commit bb68a52

Browse files
Update src/libs/ReportUtils.ts
Co-authored-by: ahmedGaber93 <41129870+ahmedGaber93@users.noreply.github.com>
1 parent 9e2a54e commit bb68a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libs/ReportUtils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2290,7 +2290,7 @@ function getTitleReportField(reportFields: Record<string, PolicyReportField>) {
22902290
*/
22912291
function getReportFieldKey(reportFieldId: string) {
22922292
// We don't need to add `expensify_` prefix to the title field key, because backend stored title under a unique key `text_title`,
2293-
// and all the other report field keys are stored under `expensify_FIELD_ID`.
2293+
// and all the other report field keys are stored under `expensify_FIELD_ID`.
22942294
if (reportFieldId === CONST.REPORT_FIELD_TITLE_FIELD_ID) {
22952295
return reportFieldId;
22962296
}

0 commit comments

Comments
 (0)