Skip to content

Commit 19ad88b

Browse files
committed
Prettier
1 parent e60d5e5 commit 19ad88b

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/components/Layout/Page.tsx

+7-5
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,13 @@ export function Page({children, toc, routeTree, meta, section}: PageProps) {
6969
)}>
7070
<TocContext.Provider value={toc}>{children}</TocContext.Provider>
7171
</div>
72-
{!isBlogIndex && <DocsPageFooter
73-
route={route}
74-
nextRoute={nextRoute}
75-
prevRoute={prevRoute}
76-
/>}
72+
{!isBlogIndex && (
73+
<DocsPageFooter
74+
route={route}
75+
nextRoute={nextRoute}
76+
prevRoute={prevRoute}
77+
/>
78+
)}
7779
</div>
7880
</div>
7981
);

0 commit comments

Comments
 (0)