diff --git a/Passepartout/App/Views/OrganizerView+Profiles.swift b/Passepartout/App/Views/OrganizerView+Profiles.swift index 6b42e705..4816d98f 100644 --- a/Passepartout/App/Views/OrganizerView+Profiles.swift +++ b/Passepartout/App/Views/OrganizerView+Profiles.swift @@ -148,7 +148,9 @@ extension OrganizerView { } var body: some View { - reconnectButton + if profileManager.isActiveProfile(header.id) { + reconnectButton + } duplicateButton deleteButton }