fix: pagination data passthrough for track charts

This commit is contained in:
Cory Dransfeldt 2024-10-13 20:13:51 -07:00
parent 652780d8f9
commit bf875e93d2
No known key found for this signature in database
5 changed files with 5 additions and 5 deletions

View file

@ -23,5 +23,5 @@
</ol>
</div>
{%- unless count -%}
{% render "partials/nav/paginator.liquid", pagination:data %}
{% render "partials/nav/paginator.liquid", pagination:pagination %}
{%- endunless -%}