1
0
Fork 0
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:
Fedor Katurov 2022-08-05 20:50:39 +07:00
parent bb2e814cf2
commit 32aaa1e8db
2 changed files with 15 additions and 7 deletions

View file

@ -35,7 +35,7 @@ const ProfileSidebar: VFC<ProfileSidebarProps> = ({
page: !isNil(val) ? tabs[val] : undefined,
});
},
[open],
[open, onRequestClose],
);
return (