tabsBSLazy([
( showStudentTitle( “All Students”, “all” ), “all” )
, for( track in visibleTracks ){ <——- does not check whether visibleTracks is list
( showStudentTitle( track.name, “track:” + track.name ), track.name )
}
])

Submitted by Danny Groenewegen on 18 June 2022 at 11:47

Log in to post comments