Skip to content

Commit c5ce6a0

Browse files
committed
Fix MoneyRequestReportPreview.stories.tsx
1 parent d9dc921 commit c5ce6a0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/stories/MoneyRequestReportPreview.stories.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ const mockRenderItem: ListRenderItem<Transaction> = ({item}) => (
4343
personalDetails={personalDetails}
4444
report={iouReportR14932}
4545
transaction={item}
46+
transactionRawAmount={item.amount}
4647
violations={item.errors ? violationsR14932 : []}
4748
offlineWithFeedbackOnClose={() => undefined}
4849
navigateToReviewFields={() => undefined}

0 commit comments

Comments
 (0)