Skip to content

Commit

Permalink
chore: remove unnecessary slash in the jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
rihp committed Aug 31, 2023
1 parent f1c96f6 commit e2a57ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/browser/src/components/Chat/Chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,6 @@ const Chat: React.FC<ChatProps> = ({ evo, onMessage, messages, goalEnded }: Chat

return (
<div className="Chat">
\
<div >
<FontAwesomeIcon className="Chat__Export" icon={faMarkdown} onClick={() => exportChatHistory('md')} />
</div>
Expand Down

0 comments on commit e2a57ce

Please sign in to comment.