diff --git a/src/router/Router/urlParamsForPath.js b/src/router/Router/urlParamsForPath.js index 5a518094f..784ffffd9 100644 --- a/src/router/Router/urlParamsForPath.js +++ b/src/router/Router/urlParamsForPath.js @@ -8,7 +8,7 @@ const urlParamsForPath = (routeConfig, path) => { } return urlParams; - }, {}); + }, { path }); }; module.exports = urlParamsForPath;