Prechádzať zdrojové kódy

Update Analysis.js

Remove unused code.
Anderson 7 rokov pred
rodič
commit
e1a30aa77c
1 zmenil súbory, kde vykonal 0 pridanie a 6 odobranie
  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() {
   componentDidMount() {
     const { dispatch } = this.props;
     const { dispatch } = this.props;
     this.reqRef = requestAnimationFrame(() => {
     this.reqRef = requestAnimationFrame(() => {