add progress bar and filters notifications

This commit is contained in:
Ildar Kamalov 2018-09-19 18:58:55 +03:00
parent 0292d2b32b
commit 0e173d2f70
7 changed files with 44 additions and 2 deletions
client/src/components/Dashboard

View file

@ -20,7 +20,7 @@ class Dashboard extends Component {
this.props.getStats();
this.props.getStatsHistory();
this.props.getTopStats();
};
}
render() {
const { dashboard } = this.props;