Web:Common:Navigation: fix drop-box width when navigation is open

This commit is contained in:
Timofey Boyko 2022-04-01 12:42:57 +03:00
parent e949238303
commit e74622dc90

View File

@ -80,7 +80,7 @@ const Navigation = ({
setIsOpen((val) => !val);
onBackToParentFolder && onBackToParentFolder();
}, [onBackToParentFolder]);
console.log(dropBoxWidth);
return (
<Consumer>
{(context) => (