Skip to content

Commit

Permalink
Removed some (now) useless cases in constants
Browse files Browse the repository at this point in the history
  • Loading branch information
Giovanni Di Milia committed Jul 1, 2016
1 parent c7d1c3a commit 85589d7
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions static/js/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,6 @@ export const DASHBOARD_RESPONSE = [
"id": 7,
"status": STATUS_ENROLLED_NOT_VERIFIED,
"title": "Not verified run",
"verification_date": "2200-01-01T03:00:00Z",
"course_id": "not-verified",
"position": 0
}
Expand Down Expand Up @@ -257,36 +256,6 @@ export const DASHBOARD_RESPONSE = [
}
]
},
{
"id": 13,
"status": STATUS_ENROLLED_NOT_VERIFIED,
"title": "Enrolled, no verification date - no status text",
"position_in_program": 7,
"runs": [
{
"title": "Enrolled no verification date",
"status": STATUS_ENROLLED_NOT_VERIFIED,
"position": 0,
"course_id": "course_id",
"id": 11
}
]
},
{
"id": 14,
"position_in_program": 8,
"title": "enrolled not verified, verification date passed - no status text",
"status": STATUS_ENROLLED_NOT_VERIFIED,
"runs": [
{
"position": 0,
"id": 12,
"status": STATUS_ENROLLED_NOT_VERIFIED,
"title": "enrolled not verified, verification date passed",
"verification_date": "2000-01-01"
}
]
},
{
"id": 15,
"position_in_program": 9,
Expand Down

0 comments on commit 85589d7

Please sign in to comment.