Skip to content

Commit 0588426

Browse files
committed
fix the bgu
1 parent 7f04e6e commit 0588426

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)