Shun Miyazawa 1 год назад
Родитель
Сommit
a148e69365

+ 1 - 1
apps/app/src/client/components/PageSelectModal/PageSelectModal.tsx

@@ -44,7 +44,7 @@ export const PageSelectModal: FC = () => {
     const parentPagePath = page.path;
 
     if (parentPagePath == null) {
-      return <></>;
+      return;
     }
 
     setClickedParentPage(page);