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 %}
|
{% assign offset_var = offset_var|plus:1 %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% if events.size > 0 && events.size > offset_var %}
|
{% if events.size > 0 and events.size > offset_var %}
|
||||||
<div class="card sidebar mb-3">
|
<div class="card sidebar mb-3">
|
||||||
<header class="card-header">
|
<header class="card-header">
|
||||||
Events
|
Events
|
||||||
|
|||||||
Reference in New Issue
Block a user