Data on page not refreshed when using redux
I am really stuck on this one. This is a vote application, using React redux. When I click a button the state is changed and the amount of votes is correctly displayed in the console. The reducer is also working. However the amount of votes is not refreshed on the page. All votes on the webpage stay at zero.