1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

cleared profile sidebar

This commit is contained in:
Fedor Katurov 2022-07-27 18:43:31 +07:00
parent 8a71d3d462
commit 5e40fd793d
2 changed files with 16 additions and 12 deletions

View file

@ -15,7 +15,7 @@ interface ProfileSidebarProps extends DialogComponentProps {
const ProfileSidebar: VFC<ProfileSidebarProps> = ({ onRequestClose }) => {
return (
<SidebarWrapper onClose={onRequestClose}>
<SidebarStack>
<SidebarStack initialTab={0}>
<SidebarStackCard headerFeature="close" title="Профиль" onBackPress={onRequestClose}>
<ProfileSidebarMenu onClose={onRequestClose} />
</SidebarStackCard>