()
| 1380 | isTarena () { return features?.Tarena != null ? features?.Tarena : false } |
| 1381 | useTarenaLogo () { return this.isTarena() } |
| 1382 | hideTopRightNav () { return this.isTarena() || this.isILK() || this.isICode() || this.isCodeNinja() } |
| 1383 | hideFooter () { return this.isTarena() || this.isILK() || this.isICode() || this.isCodeNinja() } |
| 1384 | hideOtherProductCTAs () { return this.isTarena() || this.isILK() || this.isICode() || this.isCodeNinja() } |
| 1385 | useGoogleClassroom () { return !(features?.chinaUx != null ? features?.chinaUx : false) && (this.get('gplusID') != null) } // if signed in using google SSO |
nothing calls this directly
no test coverage detected