We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c0796d commit 6ce78a4Copy full SHA for 6ce78a4
1 file changed
src/pages/home/report/ReportActionsListItemRenderer.tsx
@@ -18,7 +18,7 @@ type ReportActionsListItemRendererProps = {
18
reportActions: ReportAction[];
19
20
/** All the data of the transaction collection */
21
- transactions: Array<OnyxEntry<Transaction>>;
+ transactions?: Array<OnyxEntry<Transaction>>;
22
23
/** The report's parentReportAction */
24
parentReportAction: OnyxEntry<ReportAction>;
0 commit comments