Fixed formatting error
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user