#89 誤字修正
This commit is contained in:
@@ -98,7 +98,7 @@ export default ({ title, body }: Props) => {
|
|||||||
}, [body, pageNames])
|
}, [body, pageNames])
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<ReactMarkdown components={mdComponents} remarkPlugins={[remarkGfm]}>
|
<ReactMarkdown components={mdComponents} remarkPlugins={[remarkGFM]}>
|
||||||
{realBody || `このページは存在しません。[新規作成してください](/wiki/new?title=${ encodeURIComponent (title) })。`}
|
{realBody || `このページは存在しません。[新規作成してください](/wiki/new?title=${ encodeURIComponent (title) })。`}
|
||||||
</ReactMarkdown>)
|
</ReactMarkdown>)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user