mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
fixed tripping inside single sidebar
This commit is contained in:
parent
bb2e814cf2
commit
32aaa1e8db
2 changed files with 15 additions and 7 deletions
|
@ -35,7 +35,7 @@ const ProfileSidebar: VFC<ProfileSidebarProps> = ({
|
|||
page: !isNil(val) ? tabs[val] : undefined,
|
||||
});
|
||||
},
|
||||
[open],
|
||||
[open, onRequestClose],
|
||||
);
|
||||
|
||||
return (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue