From acdfa2840f867e686471a8e9ac3f29353fab7dd1 Mon Sep 17 00:00:00 2001 From: Wes Bos Date: Fri, 27 Oct 2017 10:10:49 -0400 Subject: hi --- components/Pagination.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/Pagination.js') 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 => { ) : null} - {page <= pages ? ( + {page < pages ? ( Next → -- cgit v1.3