()
| 47 | computed: { |
| 48 | levelName () { return this.level && (utils.i18n(this.level, 'displayName') || utils.i18n(this.level, 'name')) }, |
| 49 | courseName () { return this.course && utils.i18n(this.course, 'name') }, |
| 50 | teacherBackUrl () { return this.classroom && `/teachers/classes/${(this.classroom != null ? this.classroom._id : undefined)}` }, |
| 51 | schoolAdministratorBackUrl () { return this.classroom && `/school-administrator/teacher/${(this.classroom != null ? this.classroom.ownerID : undefined)}/classroom/${(this.classroom != null ? this.classroom._id : undefined)}` } |
| 52 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected