Przeglądaj źródła

deleted appContainer

白石誠 5 lat temu
rodzic
commit
944b2930da
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/client/js/components/Page/TrashPageAlert.jsx

+ 1 - 1
src/client/js/components/Page/TrashPageAlert.jsx

@@ -13,7 +13,7 @@ import PageDeleteModal from '../PageDeleteModal';
 
 
 const TrashPageAlert = (props) => {
-  const { t, appContainer, pageContainer } = props;
+  const { t, pageContainer } = props;
   const {
     path, isDeleted, lastUpdateUsername, updatedAt, isAbleToDeleteCompletely,
   } = pageContainer.state;