Răsfoiți Sursa

deleted recent-changes ID

白石誠 5 ani în urmă
părinte
comite
061809857f
1 a modificat fișierele cu 0 adăugiri și 1 ștergeri
  1. 0 1
      src/client/js/components/PageAccessoriesModal.jsx

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

@@ -88,7 +88,6 @@ const PageAccessoriesModal = (props) => {
                 && <PageTimeline pages={JSON.parse(document.getElementById('page-timeline-data').text)} />
                 && <PageTimeline pages={JSON.parse(document.getElementById('page-timeline-data').text)} />
               }
               }
             </TabPane>
             </TabPane>
-            <TabPane tabId="recent-changes"></TabPane>
             <TabPane tabId="page-history">
             <TabPane tabId="page-history">
               <div className="overflow-auto">
               <div className="overflow-auto">
                 {pageAccessoriesContainer.state.activeComponents.has('page-history') && <PageHistory /> }
                 {pageAccessoriesContainer.state.activeComponents.has('page-history') && <PageHistory /> }