diff --git a/src/pages/AIChatPage.tsx b/src/pages/AIChatPage.tsx index 834f702a..b30f0cbf 100644 --- a/src/pages/AIChatPage.tsx +++ b/src/pages/AIChatPage.tsx @@ -162,11 +162,7 @@ function AgentChatView({ hasCredits }: { hasCredits: boolean | null }) { heading="Rate limited." body="You're sending messages too fast. Grab some credits on" /> - ) : ( -
- {apiError} -
- ) + ) : null )}