diff --git a/src/CONST/index.ts b/src/CONST/index.ts index 33908be9c137..cf5cc8f9a41a 100644 --- a/src/CONST/index.ts +++ b/src/CONST/index.ts @@ -7077,6 +7077,8 @@ const CONST = { DATE: this.TABLE_COLUMNS.DATE, SUBMITTED: this.TABLE_COLUMNS.SUBMITTED, APPROVED: this.TABLE_COLUMNS.APPROVED, + FIRST_APPROVER: this.TABLE_COLUMNS.FIRST_APPROVER, + FIRST_APPROVED: this.TABLE_COLUMNS.FIRST_APPROVED, EXPORTED: this.TABLE_COLUMNS.EXPORTED, STATUS: this.TABLE_COLUMNS.STATUS, TITLE: this.TABLE_COLUMNS.TITLE, @@ -7277,6 +7279,8 @@ const CONST = { DATE: 'date', SUBMITTED: 'submitted', APPROVED: 'approved', + FIRST_APPROVER: 'firstApprover', + FIRST_APPROVED: 'firstApproved', POSTED: 'posted', EXPORTED: 'exported', MERCHANT: 'merchant', diff --git a/src/components/Search/SearchList/ListItem/ExpenseReportListItemRow/ExpenseReportListItemRowWide.tsx b/src/components/Search/SearchList/ListItem/ExpenseReportListItemRow/ExpenseReportListItemRowWide.tsx index 7151ebab9782..748b001a8cb3 100644 --- a/src/components/Search/SearchList/ListItem/ExpenseReportListItemRow/ExpenseReportListItemRowWide.tsx +++ b/src/components/Search/SearchList/ListItem/ExpenseReportListItemRow/ExpenseReportListItemRowWide.tsx @@ -82,6 +82,27 @@ function ExpenseReportListItemRowWide({ /> ), + [CONST.SEARCH.TABLE_COLUMNS.FIRST_APPROVER]: ( + + {!!item.firstApproverAccountID && ( + + )} + + ), + [CONST.SEARCH.TABLE_COLUMNS.FIRST_APPROVED]: ( + + + + ), [CONST.SEARCH.TABLE_COLUMNS.EXPORTED]: (