mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-19 05:32:09 +00:00
onPathNotMatch argument fixed
This commit is contained in:
parent
136b6e288e
commit
d12d586fc7
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ class Router extends React.Component {
|
|||
return null;
|
||||
}
|
||||
|
||||
onHashChanged = () => {
|
||||
onHashChanged = (event) => {
|
||||
const hashPath = this.getHashPath();
|
||||
const routeConfig = this.routeConfigForPath(hashPath);
|
||||
if (routeConfig === null) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue