VRFS-4142 - fix indentation issue
This commit is contained in:
parent
7d182e6153
commit
d2f478395e
|
|
@ -433,7 +433,7 @@ UserStore = context.UserStore
|
|||
teachers = []
|
||||
teachersHolder = []
|
||||
count = 0
|
||||
for teacher_choice in @state.package.teachers
|
||||
for teacher_choice in @state.package.teachers
|
||||
|
||||
if count == 2
|
||||
teachersHolder.push(
|
||||
|
|
|
|||
Loading…
Reference in New Issue