Skip to content

Commit ce41b23

Browse files
committed
fix indent
1 parent 33d6839 commit ce41b23

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/SidebarNav.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,9 @@ export const SidebarNav = styled(
197197
</NavHeader>
198198
) : null}
199199
<NavBody>
200-
{typeof children === "function"
201-
? children(functionRenderArguments)
202-
: children}
200+
{typeof children === "function"
201+
? children(functionRenderArguments)
202+
: children}
203203
</NavBody>
204204
{navFooter ? (
205205
<NavFooter>

0 commit comments

Comments
 (0)