diff --git a/Passepartout/Library/Sources/AppUI/Views/UI/ProfileContextMenu.swift b/Passepartout/Library/Sources/AppUI/Views/UI/ProfileContextMenu.swift index a8b642ed..5be3e9b8 100644 --- a/Passepartout/Library/Sources/AppUI/Views/UI/ProfileContextMenu.swift +++ b/Passepartout/Library/Sources/AppUI/Views/UI/ProfileContextMenu.swift @@ -80,7 +80,7 @@ private extension ProfileContextMenu { var providerConnectToButton: some View { profile? - .firstProviderModule + .firstProviderModuleWithMetadata .map { _ in Button(Strings.Ui.ProfileContext.connectTo) { flow?.onEditProviderEntity(profile!)