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:
@@ -550,7 +550,6 @@ const ChatScreen: React.FC = () => {
|
|||||||
setPendingAttachments([]);
|
setPendingAttachments([]);
|
||||||
setInputText('');
|
setInputText('');
|
||||||
}, [pendingAttachments, getCurrentLocation]);
|
}, [pendingAttachments, getCurrentLocation]);
|
||||||
}, [getCurrentLocation]);
|
|
||||||
|
|
||||||
// --- Rendering ---
|
// --- Rendering ---
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user