Skip to content

Commit e0e6292

Browse files
committed
fix: add theme for different group styles in message bubble container
1 parent ab424e1 commit e0e6292

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

package/src/components/Message/MessageSimple/MessageSimple.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -326,10 +326,6 @@ const MessageSimpleWithContext = <
326326
],
327327
);
328328

329-
if (messageGroupedSingleOrBottom) {
330-
console.log(message.text);
331-
}
332-
333329
return (
334330
<View
335331
style={[

0 commit comments

Comments
 (0)