Browse Source

Update Analysis.js

Remove unused code.
Anderson 7 năm trước cách đây
mục cha
commit
e1a30aa77c
1 tập tin đã thay đổi với 0 bổ sung6 xóa
  1. 0 6
      src/pages/Dashboard/Analysis.js

+ 0 - 6
src/pages/Dashboard/Analysis.js

@@ -66,12 +66,6 @@ class Analysis extends Component {
     };
   }
 
-  state = {
-    salesType: 'all',
-    currentTabKey: '',
-    rangePickerValue: getTimeDistance('year'),
-  };
-
   componentDidMount() {
     const { dispatch } = this.props;
     this.reqRef = requestAnimationFrame(() => {