Skip to content

Commit

Permalink
update history pushState to push to silence warning
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidWells committed Mar 24, 2016
1 parent 7649628 commit d8bddc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/actions/AppActions.js
Expand Up @@ -179,7 +179,7 @@ export function sendingRequest(sending) {
*/
function forwardTo(location) {
console.log('forwardTo(' + location + ')');
browserHistory.pushState(location);
browserHistory.push(location);
}

let lastErrType = "";
Expand Down

0 comments on commit d8bddc9

Please sign in to comment.