diff --git a/src/components/Catalog/Catalog.tsx b/src/components/Catalog/Catalog.tsx index e48db33..6604937 100644 --- a/src/components/Catalog/Catalog.tsx +++ b/src/components/Catalog/Catalog.tsx @@ -128,7 +128,7 @@ export const Catalog: React.FC = ({ items, title, isFiltered }) => { ))} - {itemsPerPage !== 'all' && ( + {itemsPerPage !== 'all' && items.length > itemsPerPage && (