diff --git a/components/ideas/idea-timeline.tsx b/components/ideas/idea-timeline.tsx index b81eb42..5e17b94 100644 --- a/components/ideas/idea-timeline.tsx +++ b/components/ideas/idea-timeline.tsx @@ -128,7 +128,13 @@ export function IdeaTimeline({ const showChatInput = planMd !== null return ( -
+
+ {showChatInput && ( +
+ +
+ )} +
{merged.length === 0 ? (

Nog geen activiteit op dit idee. @@ -252,8 +258,7 @@ export function IdeaTimeline({ })} )} - - {showChatInput && } +

) }