Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
allgandalf committed Apr 23, 2024
1 parent bb68a52 commit 7ee763d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/ReportUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2289,7 +2289,7 @@ function getTitleReportField(reportFields: Record<string, PolicyReportField>) {
* Get the key for a report field
*/
function getReportFieldKey(reportFieldId: string) {
// We don't need to add `expensify_` prefix to the title field key, because backend stored title under a unique key `text_title`,
// We don't need to add `expensify_` prefix to the title field key, because backend stored title under a unique key `text_title`,
// and all the other report field keys are stored under `expensify_FIELD_ID`.
if (reportFieldId === CONST.REPORT_FIELD_TITLE_FIELD_ID) {
return reportFieldId;
Expand Down

0 comments on commit 7ee763d

Please sign in to comment.