Skip to content

Commit

Permalink
fix: resolve merge conflicts in BaseChat.tsx
Browse files Browse the repository at this point in the history
- Remove merge conflict markers
- Fix component structure and nesting
- Keep TokenUsageBar implementation from add-bar-in-input-chat branch
- Remove unused imports
  • Loading branch information
Toddyclipsgg committed Jan 19, 2025
1 parent c958b6a commit 7de5126
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/components/chat/BaseChat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -593,9 +593,8 @@ export const BaseChat = React.forwardRef<HTMLDivElement, BaseChatProps>(
</div>
<div className="flex flex-col justify-center gap-5">
{!chatStarted && (
<div className="flex justify-center gap-2">
<div className="hidden">
{ImportButtons(importChat)}
<GitCloneButton importChat={importChat} />
</div>
)}
{!chatStarted &&
Expand Down

0 comments on commit 7de5126

Please sign in to comment.