imporved mobile styling and started dependecy injection for backend
This commit is contained in:
@@ -71,7 +71,7 @@ const LeftSection = (props) => {
|
||||
[closeDrawer, leftSectionOpen]
|
||||
);
|
||||
|
||||
const { wrapperRef } = useClickOutOfBounds(closeDrawerEvent);
|
||||
const { wrapperRef } = useClickOutOfBounds(closeDrawerEvent, leftSectionOpen);
|
||||
|
||||
return (
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user