(state)
| 51 | return state.eventPanel.editableEvent |
| 52 | }, |
| 53 | eventPanelInstance (state) { |
| 54 | return state.eventPanel.editableInstance |
| 55 | }, |
| 56 | |
| 57 | // TODO: fetch all online-teachers here |
| 58 | allTeacherIds (state) { |
nothing calls this directly
no outgoing calls
no test coverage detected