Skip to content

Commit

Permalink
fix: remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
corlard3y committed May 27, 2024
1 parent 7c60e1b commit 74be11e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ export const ChatPreview: React.FC<IChatPreviewProps> = (options: IChatPreviewPr
})();
}, []);

console.log(options?.chatPreviewPayload?.chatId, 'log log')

// For blockie if icon is missing
const blockieContainerRef = useRef<HTMLDivElement>(null);
Expand Down

0 comments on commit 74be11e

Please sign in to comment.