Skip to content

Commit 22aee72

Browse files
committed
revert more unnecessary changed lines
1 parent 8ec593b commit 22aee72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/a11y/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ function cleanStructuralNodes(
5858
return null;
5959
}
6060

61-
// For non-generic nodes, keep them if they still have children
61+
// For non-generic nodes, keep them if they have children after cleaning
6262
return cleanedChildren.length > 0
6363
? { ...node, children: cleanedChildren }
6464
: node;

0 commit comments

Comments
 (0)