From 344d3a00496e51c7f26a8b8282ba5fc4fc17260b Mon Sep 17 00:00:00 2001 From: lemon Date: Wed, 6 May 2026 23:14:44 -0700 Subject: [PATCH] Fix duplicate AI chat error display --- src/pages/AIChatPage.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 )}