V0.9.5 build.sh fix

This commit is contained in:
2026-03-14 00:37:16 -04:00
parent e7f1bdb195
commit 11277c6167
5 changed files with 4 additions and 6 deletions

View File

@@ -294,8 +294,6 @@ export default function ChatWindow({ group, onBack, onGroupUpdated, onDirectMess
) : (
<MessageInput group={group} currentUser={currentUser} onSend={handleSend} socket={socket} />
)}
</div>
{showInfo && (
<GroupInfoModal
group={group}