Skip to content

Commit 055d47f

Browse files
[getsentry/action-github-commit] Auto commit
1 parent 3ea94c1 commit 055d47f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/pageGrid.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ export function PageGrid({header, exclude}: Props) {
2020
}
2121

2222
const children: DocNode[] = parentNode.frontmatter.next_steps?.length
23-
? parentNode.frontmatter.next_steps
23+
? (parentNode.frontmatter.next_steps
2424
.map(p => nodeForPath(rootNode, path.join(parentNode.path, p)))
25-
.filter(isNotNil) ?? []
25+
.filter(isNotNil) ?? [])
2626
: parentNode.children;
2727

2828
return (

0 commit comments

Comments
 (0)