Browse Source

#89 誤字修正

#89
みてるぞ 1 month ago
parent
commit
d026e9c270
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      frontend/src/components/WikiBody.tsx

+ 1
- 1
frontend/src/components/WikiBody.tsx View File

@@ -98,7 +98,7 @@ export default ({ title, body }: Props) => {
}, [body, pageNames])

return (
<ReactMarkdown components={mdComponents} remarkPlugins={[remarkGfm]}>
<ReactMarkdown components={mdComponents} remarkPlugins={[remarkGFM]}>
{realBody || `このページは存在しません。[新規作成してください](/wiki/new?title=${ encodeURIComponent (title) })。`}
</ReactMarkdown>)
}

Loading…
Cancel
Save