Ver Fonte

rm empty line

yohei0125 há 3 anos atrás
pai
commit
4b8e0bd7e0
1 ficheiros alterados com 0 adições e 1 exclusões
  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);
     }