Skip to content

Commit

Permalink
Merge pull request #60 from nebulabroadcast/main
Browse files Browse the repository at this point in the history
fix: pagination
  • Loading branch information
martastain authored Mar 27, 2024
2 parents 6ba162f + c9bf022 commit e88d5e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/containers/Pagination.jsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { Navbar, Button, Spacer } from '/src/components'

const Pagination = ({ page, setPage, hasMore }) => {
if (page > 1 || hasMore)
return (
Expand Down

0 comments on commit e88d5e4

Please sign in to comment.