Remove unnneeded semicolon.
This commit is contained in:
parent
062d623649
commit
11d73abae4
@ -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);
|
||||||
}
|
}
|
||||||
};
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user