()
| 1489 | // google classroom flags for new teacher dashboard, remove `useGoogleClassroom` when old dashboard disabled |
| 1490 | showGoogleClassroom () { return !(features?.chinaUx != null ? features?.chinaUx : false) && !me.isCodeNinja() } |
| 1491 | googleClassroomEnabled () { return (me.get('gplusID') != null) && !me.isCodeNinja() } |
| 1492 | |
| 1493 | // Block access to paid campaigns(any campaign other than CH1) for anonymous users + non-admin, non-internal individual users. |
| 1494 | // Scenarios where a user has access to a campaign: |
nothing calls this directly
no test coverage detected