We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cbb163 commit b44e209Copy full SHA for b44e209
layouts/ListLayout.js
@@ -88,7 +88,7 @@ export default function ListLayout({ posts, title, initialDisplayPosts = [], pag
88
</div>
89
{pagination &&
90
pagination.totalPages > 1 &&
91
- !searchValue(
+ !searchValue && (
92
<Pagination currentPage={pagination.currentPage} totalPages={pagination.totalPages} />
93
)}
94
</>
0 commit comments