We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33d6839 commit ce41b23Copy full SHA for ce41b23
src/components/SidebarNav.tsx
@@ -197,9 +197,9 @@ export const SidebarNav = styled(
197
</NavHeader>
198
) : null}
199
<NavBody>
200
- {typeof children === "function"
201
- ? children(functionRenderArguments)
202
- : children}
+ {typeof children === "function"
+ ? children(functionRenderArguments)
+ : children}
203
</NavBody>
204
{navFooter ? (
205
<NavFooter>
0 commit comments