Skip to content

Commit 5be3990

Browse files
committed
remove redundant type
1 parent 489151b commit 5be3990

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

src/components/SelectionList/types.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -270,9 +270,6 @@ type TransactionListItemType = ListItem &
270270
/** IOUs report */
271271
iouReportID?: string | undefined;
272272

273-
/** Whether the report is policyExpenseChat */
274-
isPolicyExpenseChat?: boolean;
275-
276273
/** Precomputed violations */
277274
violations?: TransactionViolation[];
278275
};

src/types/onyx/SearchResults.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -224,9 +224,6 @@ type SearchReportAction = {
224224

225225
/** The name of the report */
226226
reportName: string;
227-
228-
/** Whether the report is policyExpenseChat */
229-
isPolicyExpenseChat?: boolean;
230227
};
231228

232229
/** Model of policy search result */

0 commit comments

Comments
 (0)