@@ -43,12 +46,12 @@
Status: {{task.statusid}}
diff --git a/src/app/task-table/task-table.component.ts b/src/app/task-table/task-table.component.ts
index 66e49fe..54163ef 100644
--- a/src/app/task-table/task-table.component.ts
+++ b/src/app/task-table/task-table.component.ts
@@ -11,6 +11,7 @@ import { TaskFormComponent } from '../task-form/task-form.component';
import { TableComponentBase } from '../services/table-component.base';
import { ActivatedRoute, ParamMap, Router } from '@angular/router';
import { getNumberForPriority } from '../services/sorting.service';
+import { NONE_TYPE } from '@angular/compiler';
@Component({
selector: 'app-userstory-table',