mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-15 22:13:00 +00:00
Update jsx/src/components/PaginationFooter/PaginationFooter.jsx
Co-authored-by: Min RK <benjaminrk@gmail.com>
This commit is contained in:
@@ -11,7 +11,7 @@ const PaginationFooter = (props) => {
|
||||
Displaying {offset}-{offset + visible}
|
||||
<br></br>
|
||||
<br></br>
|
||||
{offset >= limit ? (
|
||||
{offset >= 1 ? (
|
||||
<button className="btn btn-sm btn-light spaced">
|
||||
<span
|
||||
className="active-pagination"
|
||||
|
Reference in New Issue
Block a user