diff --git a/src/components/App/SideBar/YouTube/index.tsx b/src/components/App/SideBar/YouTube/index.tsx index 019a250ca..542201023 100644 --- a/src/components/App/SideBar/YouTube/index.tsx +++ b/src/components/App/SideBar/YouTube/index.tsx @@ -34,21 +34,22 @@ export const YouTube = () => { } return ( - - null} - showTitle={showTitle} - type={nodeType || type} - /> - -
+
+ + null} + showTitle={showTitle} + type={nodeType || type} + /> + + @@ -61,8 +62,8 @@ export const YouTube = () => { -
- + +
) }