Дубликат печати, разметка

This commit is contained in:
Халимов Рустам
2026-04-16 23:36:12 +03:00
parent 88f39aa51f
commit e700609d30
2 changed files with 3 additions and 7 deletions
@@ -1377,11 +1377,7 @@ export default function ChatView({ onStartCall, onStartGroupCall }: { onStartCal
</>
)}
{typingInChat.length > 0 && (
<div className="px-4 pb-1">
<TypingIndicator />
</div>
)}
{/* Typing indicator is already shown in the header, removed from here to prevent layout jumping */}
{(() => {
return (