diff --git a/components/ai_chat/resources/page/chat_ui.tsx b/components/ai_chat/resources/page/chat_ui.tsx index 75c33d213a1b..a7e0d20b6c2d 100644 --- a/components/ai_chat/resources/page/chat_ui.tsx +++ b/components/ai_chat/resources/page/chat_ui.tsx @@ -105,7 +105,7 @@ function Content () { const aiChatContext = useAIChat() if (aiChatContext.isStandalone === undefined) { - return
"loading..."
+ return
loading...
} if (!aiChatContext.isStandalone) { diff --git a/components/ai_chat/resources/page/components/main/index.tsx b/components/ai_chat/resources/page/components/main/index.tsx index 1063f629a25d..fb7bffdc3749 100644 --- a/components/ai_chat/resources/page/components/main/index.tsx +++ b/components/ai_chat/resources/page/components/main/index.tsx @@ -181,17 +181,6 @@ function Main() {
- {/* {aiChatContext.isHistoryEnabled && - - } */} {aiChatContext.hasAcceptedAgreement && <>