This commit is contained in:
@@ -118,9 +118,7 @@ export default () => {
|
||||
<TagLink tag={tag}
|
||||
withWiki={false}
|
||||
withCount={false}
|
||||
to={version
|
||||
? `/wiki/${ encodeURIComponent (title) }`
|
||||
: undefined} />
|
||||
{...(version && { to: `/wiki/${ encodeURIComponent (title) }` })} />
|
||||
</PageTitle>
|
||||
<div className="prose mx-auto p-4">
|
||||
{wikiPage === undefined
|
||||
|
||||
Reference in New Issue
Block a user