Skip to content

Commit

Permalink
a refactoring of public group variable of a group table view resolves a…
Browse files Browse the repository at this point in the history
  • Loading branch information
MontrealSergiy committed Jun 6, 2022
1 parent 816df7d commit 232d7b7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion BrainPortal/app/views/shared/_group_tables.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
else
work_groups = []
invis_groups = []

end
work_groups = work_groups.sort { |a,b| a.name <=> b.name }
invis_groups = invis_groups.sort { |a,b| a.name <=> b.name }
Expand Down

0 comments on commit 232d7b7

Please sign in to comment.