diff --git a/src/components/SettingsModal.tsx b/src/components/SettingsModal.tsx index 44f43fb05..19bb690d9 100644 --- a/src/components/SettingsModal.tsx +++ b/src/components/SettingsModal.tsx @@ -17,7 +17,6 @@ const SECTIONS: Array<{ id: AppSettingsSection; label: string; icon: typeof User { id: "connections", label: "Connections", icon: KeyRound }, { id: "computer", label: "Local VM", icon: Monitor }, { id: "voice", label: "Voice", icon: Volume2 }, - { id: "computer", label: "Local VM", icon: Monitor }, ]; /** Name + email, persisted to /api/config {profile} on blur. */