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

This commit is contained in:
Халимов Рустам
2026-04-20 22:34:27 +03:00
parent 63fc0e197b
commit 33ea792941
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 (