Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 330 Bytes

2020-10-06-hide-listing-pagination-when-having-less-than-two-pages.md

File metadata and controls

6 lines (6 loc) · 330 Bytes
title issue
Hide listing pagination when having less than two pages
NEXT-10650

Storefront

  • Added the condition {% if totalPages > 1 %} in block component_pagination_nav in src/Storefront/Resources/views/storefront/component/pagination.html.twig to hide the pagination navigation when having less than two pages.