We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 489151b commit 5be3990Copy full SHA for 5be3990
2 files changed
src/components/SelectionList/types.ts
@@ -270,9 +270,6 @@ type TransactionListItemType = ListItem &
270
/** IOUs report */
271
iouReportID?: string | undefined;
272
273
- /** Whether the report is policyExpenseChat */
274
- isPolicyExpenseChat?: boolean;
275
-
276
/** Precomputed violations */
277
violations?: TransactionViolation[];
278
};
src/types/onyx/SearchResults.ts
@@ -224,9 +224,6 @@ type SearchReportAction = {
224
225
/** The name of the report */
226
reportName: string;
227
228
229
230
231
232
/** Model of policy search result */
0 commit comments