Pagination working locally but not remotely

My pagination works locally but as you can see here, it does not work on Heroku. https://brians-movie-database-1.herokuapp.com/movies

You can view my code in my GitHub: https://github.com/briankidd9design/React-Movie-Database-Front-End

I believe that the only files containing reference to pagination are the movies.jsx and the pagination,jsx files. Any input is greatly appreciated. Thanks.