Explorar el Código

Update Analysis.js

Remove unused code.
Anderson hace 7 años
padre
commit
e1a30aa77c
Se han modificado 1 ficheros con 0 adiciones y 6 borrados
  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(() => {