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:
duffyduck 2026-04-11 12:03:20 +02:00
parent 764619f076
commit 843ebe1d8f
1 changed files with 0 additions and 1 deletions

View File

@ -550,7 +550,6 @@ const ChatScreen: React.FC = () => {
setPendingAttachments([]);
setInputText('');
}, [pendingAttachments, getCurrentLocation]);
}, [getCurrentLocation]);
// --- Rendering ---