diff options
| author | Wes Bos <wesbos@gmail.com> | 2017-10-27 10:10:49 -0400 |
|---|---|---|
| committer | Wes Bos <wesbos@gmail.com> | 2017-10-27 10:10:49 -0400 |
| commit | acdfa2840f867e686471a8e9ac3f29353fab7dd1 (patch) | |
| tree | 1a069ce11e145d9b286084221951272511debbdf /components/Pagination.js | |
| parent | 6f44adb59d3542eb21e55e0aae789b1fcc7cf8f1 (diff) | |
hi
Diffstat (limited to 'components/Pagination.js')
| -rw-r--r-- | components/Pagination.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/Pagination.js b/components/Pagination.js index fa42e35..dedd231 100644 --- a/components/Pagination.js +++ b/components/Pagination.js @@ -29,7 +29,7 @@ const Pagination = props => { </Link> ) : null} - {page <= pages ? ( + {page < pages ? ( <Link prefetch route="items" params={{ page: page + 1 }}> <a>Next →</a> </Link> |
