diff --git a/frontend/src/components/WikiBody.tsx b/frontend/src/components/WikiBody.tsx index e19507a..62ffbc3 100644 --- a/frontend/src/components/WikiBody.tsx +++ b/frontend/src/components/WikiBody.tsx @@ -98,7 +98,7 @@ export default ({ title, body }: Props) => { }, [body, pageNames]) return ( - + {realBody || `このページは存在しません。[新規作成してください](/wiki/new?title=${ encodeURIComponent (title) })。`} ) }