Fixed error on Schedule page
This commit is contained in:
parent
6b07685e47
commit
7d89b2689a
@ -572,7 +572,7 @@ class ApplicationController < LinguaFrancaApplicationController
|
||||
|
||||
@schedule.each do | day, data |
|
||||
@schedule[day][:times] = data[:times].sort.to_h
|
||||
@schedule[day][:locations][0] = :add if @schedule[day][:locations].size > 0
|
||||
@schedule[day][:locations][0] = :add if (@schedule[day][:locations] || []).size > 0
|
||||
|
||||
data[:times].each do | time, time_data |
|
||||
if time_data[:type] == :workshop && time_data[:item].present? && time_data[:item][:workshops].present?
|
||||
|
Loading…
x
Reference in New Issue
Block a user