yohei0125 hace 3 años
padre
commit
f28735cea1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/app/src/components/NotFoundPage.tsx

+ 1 - 1
packages/app/src/components/NotFoundPage.tsx

@@ -27,7 +27,7 @@ const NotFoundPage = (): JSX.Element => {
 
   // replace url in address bar with path when accessing empty page by permalink
   useEffect(() => {
-    const isEmptyPage = pageId != null;
+    const isEmptyPage = pageId != null; // Todo: should be improved. https://redmine.weseek.co.jp/issues/98152
     const isPathExist = path != null;
     const isPathLink = notFoundTargetPathOrId?.includes('/');