Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Apr 27, 2024
1 parent 561b0d4 commit 3cd825d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ee/tabby-ui/app/files/components/file-tree-header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ import {
resolveRepoSpecifierFromPath
} from './utils'

interface FileTreeHeaderProps extends React.HTMLAttributes<HTMLDivElement> { }
interface FileTreeHeaderProps extends React.HTMLAttributes<HTMLDivElement> {}

type SearchOption = {
path: string
Expand Down Expand Up @@ -239,7 +239,7 @@ const FileTreeHeader: React.FC<FileTreeHeaderProps> = ({
{fileTreeData?.map(repo => {
return (
<SelectItem key={repo.fullPath} value={repo.fullPath}>
<div className='flex items-center gap-1'>
<div className="flex items-center gap-1">
<RepositoryKindIcon
kind={repo?.repository?.kind}
fallback={<IconFolderGit />}
Expand Down

0 comments on commit 3cd825d

Please sign in to comment.