correct it so when we have no dates we still return graphs

This commit is contained in:
Sam
2018-05-14 11:12:52 +10:00
parent 9d9332d8c9
commit 9d97e1244e
6 changed files with 9 additions and 10 deletions

View File

@ -14,7 +14,6 @@ export default Ember.Mixin.create({
Em.run.next(() => {
if (report.report_key = this.get("reportKey")) {
this.loadReport(report);
console.log(report);
this.set("isLoading", false);
this.renderReport();
}