yuken 3 vuotta sitten
vanhempi
sitoutus
bf409270a9
1 muutettua tiedostoa jossa 2 lisäystä ja 5 poistoa
  1. 2 5
      packages/app/src/components/PrivateLegacyPages.tsx

+ 2 - 5
packages/app/src/components/PrivateLegacyPages.tsx

@@ -151,9 +151,7 @@ const ConvertByPathModal = React.memo((props: ConvertByPathModalProps): JSX.Elem
         <p>{t('private_legacy_pages.by_path_modal.description')}</p>
         <input type="text" className="form-control" placeholder="/" value={currentInput} onChange={e => setInput(e.target.value)} />
       </ModalBody>
-      <ModalFooter
-        className="justify-content-between"
-      >
+      <ModalFooter className="justify-content-between">
         <div className="form-check">
           <input
             className="form-check-input"
@@ -468,8 +466,7 @@ const PrivateLegacyPages = (props: Props): JSX.Element => {
               toastError(t('private_legacy_pages.by_path_modal.error'));
             }
           }
-        }
-        }
+        }}
       />
     </>
   );