jusrhee преди 5 години
родител
ревизия
fdcbed9f49
променени са 1 файла, в които са добавени 0 реда и са изтрити 5 реда
  1. 0 5
      dashboard/src/main/home/dashboard/expanded-chart/ExpandedChart.tsx

+ 0 - 5
dashboard/src/main/home/dashboard/expanded-chart/ExpandedChart.tsx

@@ -102,14 +102,9 @@ export default class ExpandedChart extends Component<PropsType, StateType> {
   }
 
   renderTabContents = () => {
-<<<<<<< HEAD
     let { currentChart, refreshChart, setSidebar } = this.props;
     let chart = this.state.revisionPreview || currentChart;
     
-=======
-    let { currentChart, refreshChart, setSidebar} = this.props;
-
->>>>>>> 21e0edcb20b33dbb6af1eaa3649803a275019bdf
     if (this.state.currentTab === 'graph') {
       return (
         <GraphSection