mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 23:12:13 +00:00
fix(useOrientation): fix hook return value
This commit is contained in:
parent
dc5c94b461
commit
a213139319
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ const useOrientation = () => {
|
|||
};
|
||||
}, [window.innerWidth, window.innerHeight]);
|
||||
|
||||
return { orientation };
|
||||
return orientation;
|
||||
};
|
||||
|
||||
export default useOrientation;
|
||||
|
|
|
|||
Loading…
Reference in a new issue