mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
fix backdrop appearances
This commit is contained in:
parent
ee049eb430
commit
cbf7b1f616
5 changed files with 16 additions and 15 deletions
|
@ -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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue