b9fdaec8b7
When clicking on a entry in the listing, a console error would be logged by `history` (react-router): "Hash history cannot push state; it is ignored". This was caused because using `bind` in the click handler caused the return value to be passed to the `history.push` as the second param. This was ignored in react-router v2, but gives a warning in v4.