diff --git a/nahbar/nahbar/AddMomentView.swift b/nahbar/nahbar/AddMomentView.swift index 95db431..f802e73 100644 --- a/nahbar/nahbar/AddMomentView.swift +++ b/nahbar/nahbar/AddMomentView.swift @@ -141,7 +141,7 @@ struct AddMomentView: View { .padding(.horizontal, 20) // KI-Gesprächsvorschläge (nur bei Treffen) - if selectedType == .meeting { + if selectedType == .meeting || selectedType == .conversation { conversationSuggestionsSection .transition(.opacity.combined(with: .move(edge: .top))) }