fix: assignment dirty state and comments view to student
This commit is contained in:
@@ -201,7 +201,7 @@ const getStatusTheme = (status) => {
|
||||
if (status === 'Pass') {
|
||||
return 'green'
|
||||
} else if (status === 'Not Graded') {
|
||||
return 'orange'
|
||||
return 'blue'
|
||||
} else {
|
||||
return 'red'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user