Skip to content

Commit abe96b8

Browse files
authored
Merge pull request #93171 from Expensify/jsenyitko-cat-table-blockers
[CP staging] Fix deploy blockers for the category table updates
2 parents 69a6ee1 + 0588426 commit abe96b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Table/TableRow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ export default function TableRow({
157157
return;
158158
}
159159

160-
if (shouldUseNarrowLayout && isMobileSelectionEnabled) {
160+
if (shouldUseNarrowLayout && isMobileSelectionEnabled && selectionEnabled) {
161161
handleCheckboxPress(event);
162162
return;
163163
}

0 commit comments

Comments
 (0)