From 9f8ca8139fef3c3fd9b928e571156d19c0e25636 Mon Sep 17 00:00:00 2001 From: Niggl Date: Sat, 11 Jul 2020 09:49:37 +0200 Subject: [PATCH] Fixed formatting error --- src/app/components/dashboard/dashboard.component.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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();