Skip to content

Commit

Permalink
improve this
Browse files Browse the repository at this point in the history
  • Loading branch information
nakajima committed Nov 30, 2023
1 parent 68152b9 commit bf95df0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/ConversationScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1060,7 +1060,7 @@ function MessageContents({ message }: { message: DecodedMessage }) {
return (
<>
<Text style={{ opacity: 0.5, fontStyle: 'italic' }}>
unsupported message content
unsupported message content {message.contentTypeId}
</Text>
</>
)
Expand Down

0 comments on commit bf95df0

Please sign in to comment.