(options)
| 21 | } |
| 22 | |
| 23 | constructor (options) { |
| 24 | super(options) |
| 25 | this.propsData = { |
| 26 | onGetCS1Free: teacherEmail => { |
| 27 | if (_.isEmpty(teacherEmail)) { return } |
| 28 | return this.openModalView(new CreateAccountModal({ startOnPath: 'teacher', email: teacherEmail })) |
| 29 | }, |
| 30 | activity () { |
| 31 | return utils.getQueryVariable('activity') || 'ai-league' |
| 32 | } |
| 33 | } |
| 34 | } |
| 35 | } |
| 36 | HoC2018View.initClass() |
| 37 | return HoC2018View |
nothing calls this directly
no outgoing calls
no test coverage detected