みてるぞ 1 week ago
parent
commit
73ed1e2b2a
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

@@ -72,7 +72,7 @@ export default ({ title, body }: Props) => {
acc.slice (0, start)
+ `[${ name }](/wiki/${ encodeURIComponent (name) })`
+ acc.slice (end)), body))
}, [pageNames])
}, [body, pageNames])

return (
<ReactMarkdown components={{ a: (


Loading…
Cancel
Save