mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-02-24 23:20:49 +08:00
fix: conditional overview
This commit is contained in:
@@ -37,7 +37,7 @@ export default async function Page(props: PageProps<'/docs/[[...slug]]'>) {
|
||||
a: createRelativeLink(source, page),
|
||||
})}
|
||||
/>
|
||||
<DocsCategory url={page.url} />
|
||||
{page.data.full ? null : <DocsCategory url={page.url} />}
|
||||
</DocsBody>
|
||||
</DocsPage>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user