Skip to content

Commit

Permalink
Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Mar 20, 2023
1 parent e60d5e5 commit 19ad88b
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions src/components/Layout/Page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,13 @@ export function Page({children, toc, routeTree, meta, section}: PageProps) {
)}>
<TocContext.Provider value={toc}>{children}</TocContext.Provider>
</div>
{!isBlogIndex && <DocsPageFooter
route={route}
nextRoute={nextRoute}
prevRoute={prevRoute}
/>}
{!isBlogIndex && (
<DocsPageFooter
route={route}
nextRoute={nextRoute}
prevRoute={prevRoute}
/>
)}
</div>
</div>
);
Expand Down

0 comments on commit 19ad88b

Please sign in to comment.