Fixed formatting error
This commit is contained in:
parent
8ecc92df23
commit
9f8ca8139f
@ -97,9 +97,7 @@ export class DashboardComponent {
|
|||||||
|
|
||||||
private createChart() {
|
private createChart() {
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
const context = document
|
const context = document.getElementById('done-stories-chart').getContext('2d');
|
||||||
.getElementById('done-stories-chart')
|
|
||||||
.getContext('2d');
|
|
||||||
|
|
||||||
if (this.usedStatus.length === 0) {
|
if (this.usedStatus.length === 0) {
|
||||||
this.chart.destroy();
|
this.chart.destroy();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user