Browse Source

rm empty line

yohei0125 3 năm trước cách đây
mục cha
commit
4b8e0bd7e0
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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);
     }