path added to urlParams

This commit is contained in:
nklhrstv 2020-03-28 10:55:46 +02:00
parent 9e4e7de7cb
commit 33a0cee17e

View file

@ -8,7 +8,7 @@ const urlParamsForPath = (routeConfig, path) => {
}
return urlParams;
}, {});
}, { path });
};
module.exports = urlParamsForPath;