[fix]Add nil check for happening_now partial
This commit is contained in:
parent
74437ab1e5
commit
83e4601ddb
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
- if events_schedules.any?
|
||||
- if events_schedules.present? && events_schedules.any?
|
||||
.row
|
||||
%h2.text-center{ style: 'margin-bottom:30px' }
|
||||
- if is_happening_next
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue