title | issue |
---|---|
Hide listing pagination when having less than two pages |
NEXT-10650 |
- Added the condition
{% if totalPages > 1 %}
in blockcomponent_pagination_nav
insrc/Storefront/Resources/views/storefront/component/pagination.html.twig
to hide the pagination navigation when having less than two pages.