Remove unnneeded semicolon.

This commit is contained in:
Alexis Lahouze 2018-06-09 23:56:16 +02:00
parent 062d623649
commit 11d73abae4

View File

@ -75,5 +75,5 @@ export class CategoryChartComponent implements OnChanges {
} else if (this.account) { } else if (this.account) {
this.loadData(this.account); this.loadData(this.account);
} }
}; }
} }