@@ -24,10 +24,7 @@ class KanBan extends Component {
}
componentDidMount () {
- let { subsData } = this.props.chartState
- if (isObjEmpty(subsData)) {
- this.getChartData()
- }
+ this.getChartData()