()
| 309 | } |
| 310 | |
| 311 | destroy () { |
| 312 | this.cleanupEncouragementModal() |
| 313 | if (this.dashboardToggle != null) { |
| 314 | this.dashboardToggle.$destroy() |
| 315 | } |
| 316 | return super.destroy() |
| 317 | } |
| 318 | |
| 319 | cleanupEncouragementModal () { |
| 320 | if (this.ozariaEncouragementModal) { |
nothing calls this directly
no test coverage detected