diff --git a/ios/brave-ios/Sources/AIChat/Components/Settings/AIChatMenuView.swift b/ios/brave-ios/Sources/AIChat/Components/Settings/AIChatMenuView.swift index 41800b59097a..192c0ffaa94d 100644 --- a/ios/brave-ios/Sources/AIChat/Components/Settings/AIChatMenuView.swift +++ b/ios/brave-ios/Sources/AIChat/Components/Settings/AIChatMenuView.swift @@ -123,7 +123,7 @@ struct AIChatMenuView: View { } var body: some View { - LazyVStack(spacing: 0.0) { + VStack(spacing: 0.0) { Text(Strings.AIChat.defaultModelLanguageSectionTitle) .font(.caption2.weight(.semibold)) .foregroundStyle(Color(braveSystemName: .textPrimary))