We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d084de commit 7dc54b3Copy full SHA for 7dc54b3
1 file changed
src/components/TransactionItemRow/index.tsx
@@ -385,6 +385,7 @@ function TransactionItemRow({
385
const shouldRenderChatBubbleCell = useMemo(() => {
386
return columns?.includes(CONST.REPORT.TRANSACTION_LIST.COLUMNS.COMMENTS) ?? false;
387
}, [columns]);
388
+
389
return (
390
<View
391
style={[styles.flex1]}
0 commit comments