Skip to content

Commit 6ce78a4

Browse files
committed
fix ts
1 parent 4c0796d commit 6ce78a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/home/report/ReportActionsListItemRenderer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type ReportActionsListItemRendererProps = {
1818
reportActions: ReportAction[];
1919

2020
/** All the data of the transaction collection */
21-
transactions: Array<OnyxEntry<Transaction>>;
21+
transactions?: Array<OnyxEntry<Transaction>>;
2222

2323
/** The report's parentReportAction */
2424
parentReportAction: OnyxEntry<ReportAction>;

0 commit comments

Comments
 (0)