1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 21:06:42 +07:00

fix backdrop appearances

This commit is contained in:
Fedor Katurov 2023-10-27 11:35:51 +06:00
parent ee049eb430
commit cbf7b1f616
5 changed files with 16 additions and 15 deletions

View file

@ -28,9 +28,7 @@ const SettingsSidebar: VFC<SettingsSidebarProps> = ({
openSidebar,
}) => {
const { isUser } = useAuth();
const {
user: { cover },
} = useUser();
const cover = false;
const tab = useMemo(
() => (page ? Math.max(tabs.indexOf(page), 0) : undefined),