Merge branch '#71'

This commit is contained in:
2025-07-26 17:37:40 +09:00
+1 -3
View File
@@ -118,9 +118,7 @@ export default () => {
<TagLink tag={tag} <TagLink tag={tag}
withWiki={false} withWiki={false}
withCount={false} withCount={false}
to={version {...(version && { to: `/wiki/${ encodeURIComponent (title) }` })} />
? `/wiki/${ encodeURIComponent (title) }`
: undefined} />
</PageTitle> </PageTitle>
<div className="prose mx-auto p-4"> <div className="prose mx-auto p-4">
{wikiPage === undefined {wikiPage === undefined