yohei0125 пре 3 година
родитељ
комит
4b8e0bd7e0
1 измењених фајлова са 0 додато и 1 уклоњено
  1. 0 1
      packages/app/src/components/NotFoundPage.tsx

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

@@ -31,7 +31,6 @@ const NotFoundPage = (): JSX.Element => {
       return;
       return;
     }
     }
     const isPermalink = !notFoundTargetPathOrId?.includes('/');
     const isPermalink = !notFoundTargetPathOrId?.includes('/');
-
     if (isEmptyPage && isPermalink) {
     if (isEmptyPage && isPermalink) {
       replaceURLHistory(path);
       replaceURLHistory(path);
     }
     }