This commit is contained in:
2025-08-03 19:08:25 +09:00
parent 419f46dfda
commit cc6d50cf17
3 changed files with 23 additions and 7 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ export default () => {
</Tab>
{tags.length === 1 && (
<Tab name="Wiki">
<WikiBody body={wikiPage?.body} title={tags[0]} />
<WikiBody title={tags[0]} body={wikiPage?.body} />
<div className="my-2">
<Link to={`/wiki/${ encodeURIComponent (tags[0]) }`}>
Wiki