Skip to content

Commit

Permalink
Update shared.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
fuma-nama authored Dec 27, 2024
1 parent 6e2e2bc commit 6a0bfe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/layouts/docs/shared.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export function checkPageTree(passed: unknown) {
if (
typeof passed === 'object' &&
'children' in passed &&
Array.isArray(passed)
Array.isArray(passed.children)
)
return;

Expand Down

0 comments on commit 6a0bfe5

Please sign in to comment.