Skip to content

Commit

Permalink
fix: Added is_duplicate present key in expense modal (#3186)
Browse files Browse the repository at this point in the history
* fix: Added is_duplicate present key in expense modal

* minor fix
  • Loading branch information
devendrafyle authored Aug 27, 2024
1 parent 3f4dd10 commit 559a6a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/core/models/platform/v1/expense.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export interface Expense {
is_reimbursable: boolean;
is_split: boolean;
is_verified: boolean;
is_duplicate_present?: boolean;
last_settled_at: Date;
last_verified_at: Date;
locations: Location[];
Expand Down

0 comments on commit 559a6a4

Please sign in to comment.