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:
parent
764619f076
commit
843ebe1d8f
|
|
@ -550,7 +550,6 @@ const ChatScreen: React.FC = () => {
|
|||
setPendingAttachments([]);
|
||||
setInputText('');
|
||||
}, [pendingAttachments, getCurrentLocation]);
|
||||
}, [getCurrentLocation]);
|
||||
|
||||
// --- Rendering ---
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue