Caleb b9fdaec8b7 Fix history warning when opening entry.
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.
2017-10-24 20:33:37 -06:00
..
2017-10-18 13:02:16 -04:00
2017-01-19 13:44:40 -02:00
2017-01-19 15:50:26 -02:00
2017-10-12 21:10:43 -04:00
2017-10-12 21:10:43 -04:00