More Improvements

This commit is contained in:
scmmishra
2018-12-05 10:35:48 +05:30
committed by Aditya Hase
parent 02420bd4ba
commit 798f13be0d
6 changed files with 38 additions and 5 deletions

View File

@@ -55,7 +55,7 @@ export default {
if (this.courseMeta.flag == "Start Course" ){
return "primary"
}
else if (this.courseMeta.flag == "Complete" ) {
else if (this.courseMeta.flag == "Completed" ) {
return "success"
}
else if (this.courseMeta.flag == "Continue" ) {