Skip to content

Commit

Permalink
remove dev props
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammedKpln committed Mar 25, 2022
1 parent e62476a commit c8f42ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/List.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ export const List = React.forwardRef(
onReply={propsContext.onReply}
/>
) : (
<ChatBubble message={data} blink={true} />
<ChatBubble message={data} />
)}
</AnimatedWrapper>
</View>
Expand Down

0 comments on commit c8f42ec

Please sign in to comment.