Update jsx/src/components/PaginationFooter/PaginationFooter.jsx

Co-authored-by: Min RK <benjaminrk@gmail.com>
This commit is contained in:
Nathan Barber
2022-08-04 10:17:35 -04:00
committed by GitHub
parent 09d0909878
commit df25c09962

View File

@@ -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"