浏览代码

fixed conflict

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 = () => {
   renderTabContents = () => {
-<<<<<<< HEAD
     let { currentChart, refreshChart, setSidebar } = this.props;
     let { currentChart, refreshChart, setSidebar } = this.props;
     let chart = this.state.revisionPreview || currentChart;
     let chart = this.state.revisionPreview || currentChart;
     
     
-=======
-    let { currentChart, refreshChart, setSidebar} = this.props;
-
->>>>>>> 21e0edcb20b33dbb6af1eaa3649803a275019bdf
     if (this.state.currentTab === 'graph') {
     if (this.state.currentTab === 'graph') {
       return (
       return (
         <GraphSection
         <GraphSection