This commit is contained in:
2025-08-03 19:08:25 +09:00
parent 419f46dfda
commit cc6d50cf17
3 changed files with 23 additions and 7 deletions
+3 -2
View File
@@ -60,6 +60,7 @@ export default () => {
}
}) ()
setPosts ([])
void (async () => {
try
{
@@ -73,7 +74,7 @@ export default () => {
}
catch
{
setPosts ([])
;
}
}) ()
@@ -123,7 +124,7 @@ export default () => {
<div className="prose mx-auto p-4">
{wikiPage === undefined
? 'Loading...'
: <WikiBody body={wikiPage?.body} title={title} />}
: <WikiBody title={title} body={wikiPage?.body} />}
</div>
{(!(version) && posts.length > 0) && (