This commit is contained in:
@@ -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) && (
|
||||
|
||||
Reference in New Issue
Block a user