Skip to content

Commit 19961c3

Browse files
esadakcamCopilot
andauthored
Update client/src/hooks/useChat.tsx
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 06b5c9d commit 19961c3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

client/src/hooks/useChat.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ export default function useChat() {
3535

3636
const deleteConversation = useCallback(
3737
(conversationId: string) => {
38-
// Implement deletion logic here if needed
3938
deleteChat({ conversationId });
4039
},
4140
[deleteChat]

0 commit comments

Comments
 (0)