mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-29 05:38:48 +00:00
path added to urlParams
This commit is contained in:
parent
9e4e7de7cb
commit
33a0cee17e
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ const urlParamsForPath = (routeConfig, path) => {
|
|||
}
|
||||
|
||||
return urlParams;
|
||||
}, {});
|
||||
}, { path });
|
||||
};
|
||||
|
||||
module.exports = urlParamsForPath;
|
||||
|
|
|
|||
Loading…
Reference in a new issue