[fix]Add nil check for happening_now partial
This commit is contained in:
parent
15f30190e4
commit
61d41fa931
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
|
.row
|
||||||
%h2.text-center{ style: 'margin-bottom:30px' }
|
%h2.text-center{ style: 'margin-bottom:30px' }
|
||||||
- if is_happening_next
|
- if is_happening_next
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue