Skip to content

Commit eb27a8d

Browse files
Remove report prop from TotalCell in TransactionItemRowNarrow
Editing is not allowed in the narrow layout, so report is unnecessary for TotalCell there - only the read-only TextWithTooltip children are rendered and allowFlippingAmount is never used. Co-authored-by: ahmedGaber93 <ahmedGaber93@users.noreply.github.com>
1 parent 9451328 commit eb27a8d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/components/TransactionItemRow/TransactionItemRowNarrow.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ function TransactionItemRowNarrow({
120120
transactionItem={transactionItem}
121121
shouldShowTooltip={shouldShowTooltip}
122122
shouldUseNarrowLayout
123-
report={report}
124123
/>
125124
</View>
126125
</View>

0 commit comments

Comments
 (0)