Skip to content

Commit 689e60c

Browse files
authored
Merge pull request #59762 from Expensify/amy-update-constant
[No QA] Correct the value of CONST.BILLING.TYPE_FAILED_2018
2 parents 869e10d + 33a2197 commit 689e60c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CONST.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6915,7 +6915,7 @@ const CONST = {
69156915
OFFLINE_INDICATOR_HEIGHT: 25,
69166916

69176917
BILLING: {
6918-
TYPE_FAILED_2018: 'typeFailed2018',
6918+
TYPE_FAILED_2018: 'failed_2018',
69196919
},
69206920
} as const;
69216921

0 commit comments

Comments
 (0)