mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-08-08 20:17:31 +00:00
fix lint
This commit is contained in:
parent
427da7909d
commit
c354f91d38
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ const withProtectedRoutes = (Component) => {
|
||||||
return (
|
return (
|
||||||
<Component {...props} onRouteChange={onRouteChange} />
|
<Component {...props} onRouteChange={onRouteChange} />
|
||||||
);
|
);
|
||||||
}
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = withProtectedRoutes;
|
module.exports = withProtectedRoutes;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue