Skip to content

Commit

Permalink
Update example/src/ConversationScreen.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Naomi Plasterer <[email protected]>
  • Loading branch information
alexrisch and nplasterer authored Jan 9, 2024
1 parent 904af58 commit dca7d75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion example/src/ConversationScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ export default function ConversationScreen({
setShowingAttachmentModal(false)
}}
onAttachedImageFromLibrary={(image) => {
console.log('from library', image)
setAttachment({ image })
setShowingAttachmentModal(false)
}}
Expand Down

0 comments on commit dca7d75

Please sign in to comment.