Skip to content

Commit

Permalink
style: Automated code fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eea-jenkins committed Jan 16, 2025
1 parent 82ccf47 commit f755f7a
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/ChatBlock/ChatWindow.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,8 @@ function ChatWindow({
isEditMode,
...data
}) {
const {
height,
qgenAsistantId,
enableQgen,
scrollToInput,
showToolCalls,
} = data;
const { height, qgenAsistantId, enableQgen, scrollToInput, showToolCalls } =
data;
const libs = { rehypePrism, remarkGfm }; // rehypePrism, remarkGfm
const { onSubmit, messages, isStreaming, clearChat } = useBackendChat({
persona,
Expand Down

0 comments on commit f755f7a

Please sign in to comment.