()
| 2501 | } |
| 2502 | |
| 2503 | getLevels () { |
| 2504 | if (this.courseLevels != null) { return this.courseLevelsFake } |
| 2505 | return this.campaign?.get('levels') |
| 2506 | } |
| 2507 | |
| 2508 | applyCourseLogicToLevels (orderedLevels) { |
| 2509 | const nextSlug = this.courseStats.levels.next?.get('slug') || this.courseStats.levels.first?.get('slug') |
no test coverage detected