瀏覽代碼

rm empty line

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;
     }
     const isPermalink = !notFoundTargetPathOrId?.includes('/');
-
     if (isEmptyPage && isPermalink) {
       replaceURLHistory(path);
     }