diff --git a/web/components/modules/sidebar.tsx b/web/components/modules/sidebar.tsx index 2e98a38c2..d2c847ecc 100644 --- a/web/components/modules/sidebar.tsx +++ b/web/components/modules/sidebar.tsx @@ -644,7 +644,8 @@ export const ModuleDetailsSidebar: React.FC = observer((props) => {
- + {/* Accessing link outside the disclosure as mobx is not considering the children inside Disclosure as part of the component hence not observing their state change*/} + {({ open }) => (