fix(mobile-chat): show history-load error banner even when partial history loaded (mc#2908 F5) #3030

Merged
devops-engineer merged 1 commits from fix/mobile-chat-f5-history-error-banner into main 2026-06-19 05:47:17 +00:00
+1 -1
View File
@@ -521,7 +521,7 @@ export function MobileChat({
Loading chat history
</div>
)}
{tab === "my" && !historyLoading && historyError && messages.length === 0 && (
{tab === "my" && !historyLoading && historyError && (
<div
role="alert"
style={{