start and end dates can be updated on stats graph

This commit is contained in:
Sam
2019-01-04 19:17:16 +01:00
parent 1915c1f374
commit 2a2d3e02ab
5 changed files with 69 additions and 3 deletions

View File

@ -23,7 +23,7 @@ export default class Statistics extends React.Component {
This month
</div>
<div className="card-body">
<Stats statsParams={this.state} />
<Stats displayEmpty={false} statsParams={this.state} />
</div>
</div>
)