(state)
| 70 | return state.loading |
| 71 | }, |
| 72 | getPageTitle (state) { |
| 73 | return state.pageTitle |
| 74 | }, |
| 75 | getPageBreadCrumbs (state, getters) { |
| 76 | if (!Object.values(COMPONENT_NAMES.ADMINISTERED_TEACHERS).includes(state.componentName)) { |
| 77 | return [] |
nothing calls this directly
no outgoing calls
no test coverage detected