Fix history logic #504

Closed
btzr-io wants to merge 5 commits from patch-2 into master
Showing only changes of commit 5edeb50700 - Show all commits

View file

@ -60,7 +60,7 @@ export function doChangePath(path, options = {}) {
dispatch({ dispatch({
type: types.CHANGE_PATH, type: types.CHANGE_PATH,
data: { data: {
path, path: path.replace(/^#/, ""),
}, },
}); });