From d33261f798fd9498f94fcc44f4acf44f88654cb6 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 15:46:49 +0000 Subject: [PATCH] Changes Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com> --- src/components/mika/telegram/BotFatherWizard.tsx | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/components/mika/telegram/BotFatherWizard.tsx b/src/components/mika/telegram/BotFatherWizard.tsx index 7f5dbaf..3e7131c 100644 --- a/src/components/mika/telegram/BotFatherWizard.tsx +++ b/src/components/mika/telegram/BotFatherWizard.tsx @@ -127,6 +127,17 @@ export function BotFatherWizard({ agentName, fullName, onActivated, onSkip }: Pr // eslint-disable-next-line react-hooks/exhaustive-deps }, [phase, validatedBot]); + if (phase === "awaiting_start" || phase === "captured") { + return ( + + ); + } + return (
{/* COLUNA ESQUERDA — passos */}