diff --git a/src/ui/component/common/paginate.jsx b/src/ui/component/common/paginate.jsx index cac87b5c6..da07d6d8a 100644 --- a/src/ui/component/common/paginate.jsx +++ b/src/ui/component/common/paginate.jsx @@ -43,7 +43,7 @@ function Paginate(props: Props) { return ( // Hide the paginate controls if we are loading or there is only one page // It should still be rendered to trigger the onPageChange callback -
e.preventDefault()} style={totalPages <= 1 || loading ? { display: 'none' } : null}> + -