Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
tiberiuichim committed Aug 13, 2024
1 parent 64ae9dd commit d49a1ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ChatBlock/ChatMessageBubble.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ const components = (message) => {
a: (props) => {
const { node, ...rest } = props;
const value = rest.children;
console.log(props, message);

if (value?.toString().startsWith('*')) {
return (
Expand Down

0 comments on commit d49a1ab

Please sign in to comment.