Parcourir la source

rm empty line

yohei0125 il y a 3 ans
Parent
commit
4b8e0bd7e0
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  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);
     }