白石誠 пре 5 година
родитељ
комит
061809857f
1 измењених фајлова са 0 додато и 1 уклоњено
  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)} />
               }
             </TabPane>
-            <TabPane tabId="recent-changes"></TabPane>
             <TabPane tabId="page-history">
               <div className="overflow-auto">
                 {pageAccessoriesContainer.state.activeComponents.has('page-history') && <PageHistory /> }