Skip to content

Commit a0d3dc9

Browse files
committed
more incorrect consts on test steps
1 parent dac619e commit a0d3dc9

2 files changed

Lines changed: 1 addition & 5 deletions

File tree

src/CONST/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6705,7 +6705,6 @@ const CONST = {
67056705
RECEIPT: this.TABLE_COLUMNS.RECEIPT,
67066706
DATE: this.TABLE_COLUMNS.DATE,
67076707
MERCHANT: this.TABLE_COLUMNS.MERCHANT,
6708-
DESCRIPTION: this.TABLE_COLUMNS.DESCRIPTION,
67096708
FROM: this.TABLE_COLUMNS.FROM,
67106709
TO: this.TABLE_COLUMNS.TO,
67116710
CATEGORY: this.TABLE_COLUMNS.CATEGORY,
@@ -6732,7 +6731,6 @@ const CONST = {
67326731
this.TABLE_COLUMNS.RECEIPT,
67336732
this.TABLE_COLUMNS.DATE,
67346733
this.TABLE_COLUMNS.MERCHANT,
6735-
this.TABLE_COLUMNS.DESCRIPTION,
67366734
this.TABLE_COLUMNS.FROM,
67376735
this.TABLE_COLUMNS.TO,
67386736
this.TABLE_COLUMNS.CATEGORY,

src/libs/SearchUIUtils.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2093,14 +2093,12 @@ function getSearchColumnTranslationKey(columnId: SearchCustomColumnIds): Transla
20932093
return 'common.date';
20942094
case CONST.SEARCH.TABLE_COLUMNS.MERCHANT:
20952095
return 'common.merchant';
2096-
case CONST.SEARCH.TABLE_COLUMNS.DESCRIPTION:
2097-
return 'common.description';
20982096
case CONST.SEARCH.TABLE_COLUMNS.FROM:
20992097
return 'common.from';
21002098
case CONST.SEARCH.TABLE_COLUMNS.TO:
21012099
return 'common.to';
21022100
case CONST.SEARCH.TABLE_COLUMNS.CATEGORY:
2103-
return 'common.action';
2101+
return 'common.category';
21042102
case CONST.SEARCH.TABLE_COLUMNS.RECEIPT:
21052103
return 'common.receipt';
21062104
case CONST.SEARCH.TABLE_COLUMNS.TAG:

0 commit comments

Comments
 (0)