From 6a07f798d33b1a23753cca48a9952cdfba1e4f77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daphn=C3=A9=20Popin?= Date: Tue, 3 Oct 2023 17:09:46 +0200 Subject: [PATCH] Fix display agent suggestion on mobile (#1930) --- .../assistant/conversation/AgentSuggestion.tsx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/front/components/assistant/conversation/AgentSuggestion.tsx b/front/components/assistant/conversation/AgentSuggestion.tsx index c2206ecf59d1..807a037c2282 100644 --- a/front/components/assistant/conversation/AgentSuggestion.tsx +++ b/front/components/assistant/conversation/AgentSuggestion.tsx @@ -36,19 +36,18 @@ export function AgentSuggestion({
Which Assistant would you like to talk with?
-
- - {agents.slice(0, 3).map((agent) => ( +
+ {agents.slice(0, 3).map((agent) => ( +
+ ))}