mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-14 00:40:25 +00:00
remove: unused prop
This commit is contained in:
parent
f8d9d0d838
commit
9b4e3e83b1
1 changed files with 0 additions and 1 deletions
|
|
@ -14,7 +14,6 @@ type Props = {
|
|||
className?: string;
|
||||
openSideDrawer: () => void;
|
||||
closeSideBar: () => void;
|
||||
toggleSideDrawer: () => void;
|
||||
sideDrawerOpen: boolean;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue