From 19ad88bf83d1be4fa8c509d1259f818eca1d493d Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Mon, 20 Mar 2023 23:11:49 +0000 Subject: [PATCH] Prettier --- src/components/Layout/Page.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/src/components/Layout/Page.tsx b/src/components/Layout/Page.tsx index 548d27ba6..48d60dde6 100644 --- a/src/components/Layout/Page.tsx +++ b/src/components/Layout/Page.tsx @@ -69,11 +69,13 @@ export function Page({children, toc, routeTree, meta, section}: PageProps) { )}> {children} - {!isBlogIndex && } + {!isBlogIndex && ( + + )} );