Taichi Masuyama 4 سال پیش
والد
کامیت
061fd3d151
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      packages/app/src/components/Page/NotFoundAlert.tsx

+ 1 - 1
packages/app/src/components/Page/NotFoundAlert.tsx

@@ -44,7 +44,7 @@ const NotFoundAlert = (props: Props): JSX.Element => {
           {t('not_found_page.page_not_exist_alert')}
         </h2>
         {
-          isNotFoundPermalink && (
+          !isNotFoundPermalink && (
             <div id="create-page-btn-wrapper-for-tooltip" className="d-inline-block">
               <button
                 type="button"