diff --git a/app/components/Chatbot/index.tsx b/app/components/Chatbot/index.tsx index cc0d6d11..40bcd22d 100644 --- a/app/components/Chatbot/index.tsx +++ b/app/components/Chatbot/index.tsx @@ -157,6 +157,7 @@ const Followups = ({title, followups, onSelect, className}: FollowupsProps) => { ].slice(0, 3) setItems(initialItems) + // eslint-disable-next-line }, [followups]) return ( <>