mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-16 14:33: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}
|
Displaying {offset}-{offset + visible}
|
||||||
<br></br>
|
<br></br>
|
||||||
<br></br>
|
<br></br>
|
||||||
{offset >= limit ? (
|
{offset >= 1 ? (
|
||||||
<button className="btn btn-sm btn-light spaced">
|
<button className="btn btn-sm btn-light spaced">
|
||||||
<span
|
<span
|
||||||
className="active-pagination"
|
className="active-pagination"
|
||||||
|
Reference in New Issue
Block a user