From 33a0cee17ec7fbeec4ff53bad7653e73c56aaac7 Mon Sep 17 00:00:00 2001 From: nklhrstv Date: Sat, 28 Mar 2020 10:55:46 +0200 Subject: [PATCH] path added to urlParams --- src/router/Router/urlParamsForPath.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;