diff --git a/src/app/components/dashboard/dashboard.component.ts b/src/app/components/dashboard/dashboard.component.ts index 8dd697c..b52c9ec 100644 --- a/src/app/components/dashboard/dashboard.component.ts +++ b/src/app/components/dashboard/dashboard.component.ts @@ -97,9 +97,7 @@ export class DashboardComponent { private createChart() { // @ts-ignore - const context = document - .getElementById('done-stories-chart') - .getContext('2d'); + const context = document.getElementById('done-stories-chart').getContext('2d'); if (this.usedStatus.length === 0) { this.chart.destroy();