Pārlūkot izejas kodu

Update Analysis.js

Remove unused code.
Anderson 7 gadi atpakaļ
vecāks
revīzija
e1a30aa77c
1 mainītis faili ar 0 papildinājumiem un 6 dzēšanām
  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(() => {