fix: pagination data passthrough for track charts
This commit is contained in:
parent
652780d8f9
commit
bf875e93d2
5 changed files with 5 additions and 5 deletions
|
@ -23,5 +23,5 @@
|
|||
</ol>
|
||||
</div>
|
||||
{%- unless count -%}
|
||||
{% render "partials/nav/paginator.liquid", pagination:data %}
|
||||
{% render "partials/nav/paginator.liquid", pagination:pagination %}
|
||||
{%- endunless -%}
|
Reference in a new issue