From eaaaada7f64ca71370b7261e5e6bf57c9726b3df Mon Sep 17 00:00:00 2001 From: kj1352 Date: Fri, 3 Jul 2020 22:55:55 +0530 Subject: [PATCH] Flag set to start for test component --- src/app/tabs/courses/test/test.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/tabs/courses/test/test.component.ts b/src/app/tabs/courses/test/test.component.ts index edf4b93..455f048 100644 --- a/src/app/tabs/courses/test/test.component.ts +++ b/src/app/tabs/courses/test/test.component.ts @@ -6,7 +6,7 @@ import { Component, OnInit } from '@angular/core'; styleUrls: ['./test.component.scss'] }) export class TestComponent implements OnInit { - testStatus: string = 'PROGRESS'; + testStatus: string = 'START'; testData = { name: 'CHEMISTRY',