()
| 78 | } |
| 79 | |
| 80 | onLoaded () { |
| 81 | super.onLoaded() |
| 82 | if (this.levelID) { return } |
| 83 | this.filterCampaigns() |
| 84 | this.filterCodeLanguages() |
| 85 | return this.render() |
| 86 | } |
| 87 | |
| 88 | filterCampaigns () { |
| 89 | this.levelsByCampaign = {} |
nothing calls this directly
no test coverage detected