Skip to content

Commit 7dc54b3

Browse files
committed
Small code cleanup
1 parent 3d084de commit 7dc54b3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/components/TransactionItemRow/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@ function TransactionItemRow({
385385
const shouldRenderChatBubbleCell = useMemo(() => {
386386
return columns?.includes(CONST.REPORT.TRANSACTION_LIST.COLUMNS.COMMENTS) ?? false;
387387
}, [columns]);
388+
388389
return (
389390
<View
390391
style={[styles.flex1]}

0 commit comments

Comments
 (0)