fix: Remove duplicate closure ending in ChatScreen (build error)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-11 12:03:20 +02:00
parent 764619f076
commit 843ebe1d8f
-1
View File
@@ -550,7 +550,6 @@ const ChatScreen: React.FC = () => {
setPendingAttachments([]);
setInputText('');
}, [pendingAttachments, getCurrentLocation]);
}, [getCurrentLocation]);
// --- Rendering ---