yohei0125 3 lat temu
rodzic
commit
4b8e0bd7e0
1 zmienionych plików z 0 dodań i 1 usunięć
  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;
     }
     const isPermalink = !notFoundTargetPathOrId?.includes('/');
-
     if (isEmptyPage && isPermalink) {
       replaceURLHistory(path);
     }