fix: missing &&
This commit is contained in:
parent
5cbb16381d
commit
b44e209385
@ -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} />
|
||||
)}
|
||||
</>
|
||||
|
Loading…
x
Reference in New Issue
Block a user