mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 21:06:42 +07:00
cleared profile sidebar
This commit is contained in:
parent
8a71d3d462
commit
5e40fd793d
2 changed files with 16 additions and 12 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue