upstream #1

Merged
jblu merged 1007 commits from upstream into main 2024-11-04 22:35:57 -06:00
Showing only changes of commit b44e209385 - Show all commits

View File

@ -88,7 +88,7 @@ export default function ListLayout({ posts, title, initialDisplayPosts = [], pag
</div>
{pagination &&
pagination.totalPages > 1 &&
!searchValue(
!searchValue && (
<Pagination currentPage={pagination.currentPage} totalPages={pagination.totalPages} />
)}
</>