This commit is contained in:
@@ -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 を見る
|
||||
|
||||
Reference in New Issue
Block a user