Skip to content

Commit dd2a2ee

Browse files
committed
Fix column misalignment by passing shouldRemoveTotalColumnFlex to TOTAL column style
Signed-off-by: krishna2323 <belivethatkg@gmail.com>
1 parent e92ae2e commit dd2a2ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/TransactionItemRow/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ function TransactionItemRow({
597597
return (
598598
<View
599599
key={column}
600-
style={[StyleUtils.getReportTableColumnStyles(CONST.SEARCH.TABLE_COLUMNS.TOTAL_AMOUNT, {isAmountColumnWide})]}
600+
style={[StyleUtils.getReportTableColumnStyles(CONST.SEARCH.TABLE_COLUMNS.TOTAL_AMOUNT, {isAmountColumnWide, shouldRemoveTotalColumnFlex})]}
601601
>
602602
<AmountCell
603603
total={totalAmount}

0 commit comments

Comments
 (0)