(state)
| 144 | return Vue.t(`teacher_dashboard.${state.pageTitle}`) || state.pageTitle |
| 145 | }, |
| 146 | getComponentName (state) { |
| 147 | return state.componentName |
| 148 | }, |
| 149 | getLoadingState (state) { |
| 150 | return state.loading |
| 151 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected