白石誠 5 лет назад
Родитель
Сommit
78994abc53
1 измененных файлов с 1 добавлено и 3 удалено
  1. 1 3
      src/client/js/components/PageAccessoriesModal.jsx

+ 1 - 3
src/client/js/components/PageAccessoriesModal.jsx

@@ -83,9 +83,7 @@ const PageAccessoriesModal = (props) => {
               {pageAccessoriesContainer.state.activeComponents.has('pagelist') && <PageList />}
             </TabPane>
             <TabPane tabId="timeline" className="p-4">
-              {
-                pageAccessoriesContainer.state.activeComponents.has('timeline') && <PageTimeline fromModal />
-              }
+              {pageAccessoriesContainer.state.activeComponents.has('timeline') && <PageTimeline fromModal /> }
             </TabPane>
             <TabPane tabId="page-history">
               <div className="overflow-auto">