Fixed logical operator
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
{% assign offset_var = offset_var|plus:1 %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
{% if events.size > 0 && events.size > offset_var %}
|
||||
{% if events.size > 0 and events.size > offset_var %}
|
||||
<div class="card sidebar mb-3">
|
||||
<header class="card-header">
|
||||
Events
|
||||
|
||||
Reference in New Issue
Block a user