We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9dc921 commit c5ce6a0Copy full SHA for c5ce6a0
1 file changed
src/stories/MoneyRequestReportPreview.stories.tsx
@@ -43,6 +43,7 @@ const mockRenderItem: ListRenderItem<Transaction> = ({item}) => (
43
personalDetails={personalDetails}
44
report={iouReportR14932}
45
transaction={item}
46
+ transactionRawAmount={item.amount}
47
violations={item.errors ? violationsR14932 : []}
48
offlineWithFeedbackOnClose={() => undefined}
49
navigateToReviewFields={() => undefined}
0 commit comments