mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-08-08 16:07:44 +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 (
|
||||
<Component {...props} onRouteChange={onRouteChange} />
|
||||
);
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
module.exports = withProtectedRoutes;
|
||||
|
|
|
|||
Loading…
Reference in a new issue