fix(mobile-chat): show history-load error banner even when partial history loaded (mc#2908 F5) #3030
@@ -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={{
|
||||
|
||||
Reference in New Issue
Block a user