Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
vj-venkatesan committed Feb 4, 2025
1 parent 2db68c2 commit b0a97a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/demo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ const screens: TScreen[] = [
},
},
],
content: [<TypingIndicator key={1}/>, <ChatEvent key={2} text="Conversation started" />],
content: [<TypingIndicator key={1} />, <ChatEvent key={2} text="Conversation started" />],
},
{
title: "Multimedia messages",
Expand Down

0 comments on commit b0a97a7

Please sign in to comment.