Skip to content

Commit

Permalink
Update ee/tabby-ui/components/chat/repo-select.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys authored Dec 17, 2024
1 parent 6a85a7b commit e5764e4
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ee/tabby-ui/components/chat/repo-select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -181,13 +181,6 @@ export function RepoSelect({
{repo.sourceName}
</div>
</div>
{repo.sourceId === workspaceRepoId && (
<span className="ml-1.5 shrink-0 text-muted-foreground">
{isExtraSmallScreen
? 'Workspace'
: 'Repo in workspace'}
</span>
)}
</CommandItem>
)
})}
Expand Down

0 comments on commit e5764e4

Please sign in to comment.