diff --git a/src/components/profile/ProfileSwitcher.tsx b/src/components/profile/ProfileSwitcher.tsx index 32b0daf..518528c 100644 --- a/src/components/profile/ProfileSwitcher.tsx +++ b/src/components/profile/ProfileSwitcher.tsx @@ -25,8 +25,6 @@ export default function ProfileSwitcher() { return () => document.removeEventListener("mousedown", handleClick); }, [open]); - if (profiles.length <= 1) return null; - const handleSelect = (profile: Profile) => { setOpen(false); if (profile.id === activeProfile?.id) return;