diff --git a/apps/builder/src/components/SupportBubble.tsx b/apps/builder/src/components/SupportBubble.tsx index e48b4c9fe..b9b6b84fe 100644 --- a/apps/builder/src/components/SupportBubble.tsx +++ b/apps/builder/src/components/SupportBubble.tsx @@ -19,7 +19,7 @@ export const SupportBubble = (props: Omit) => { setLastViewedTypebotId(typebot?.id) }, [lastViewedTypebotId, typebot?.id]) - if (workspace?.plan && workspace.plan !== Plan.FREE) return null + if (!workspace?.plan || workspace.plan === Plan.FREE) return null return (