This commit is contained in:
2025-07-31 23:40:46 +09:00
parent 432736e19d
commit 732ad0ef21
4 changed files with 29 additions and 28 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ export default () => {
<div className="prose mx-auto p-4">
{wikiPage === undefined
? 'Loading...'
: <WikiBody body={wikiPage?.body || `このページは存在しません。[新規作成してください](/wiki/new?title=${ encodeURIComponent (title) })。`} />}
: <WikiBody body={wikiPage?.body} title={title} />}
</div>
{(!(version) && posts.length > 0) && (