Skip to content
This repository has been archived by the owner on Feb 28, 2025. It is now read-only.

Commit

Permalink
chore(lint): fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcMcIntosh committed May 22, 2024
1 parent b7675e3 commit 9934450
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/ChatContent/ChatContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ export const ChatContent = React.forwardRef<HTMLDivElement, ChatContentProps>(
{text}
</AssistantInput>
);
// eslint-disable-next-line @typescript-eslint/no-unnecessary-condition
} else {
return null;
// return <SystemInput key={index}>{text}</SystemInput>;
Expand Down

0 comments on commit 9934450

Please sign in to comment.