This commit is contained in:
Seth Call 2020-12-03 11:47:50 -06:00
parent 2aa8cc351a
commit d42d23705b
1 changed files with 6 additions and 5 deletions

View File

@ -785,11 +785,12 @@ profileUtils = context.JK.ProfileUtils
onClick={this.selectionMade.bind(this, tile)}>{tile}</a></div>`
tiles: () ->
if @viewerStudent()
tiles = @STUDENT_TILES
else
tiles = @TEACHER_TILES
tiles
#if @viewerStudent()
# tiles = @STUDENT_TILES
#else
# tiles = @TEACHER_TILES
#tiles
@STUDENT_TILES
myRole: () ->
if @viewerStudent()