Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
liangfung committed Jan 3, 2025
1 parent 8581f2c commit a671af0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ee/tabby-ui/app/files/components/source-code-browser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,6 @@ const SourceCodeBrowserRenderer: React.FC<SourceCodeBrowserProps> = ({
const { progress, setProgress } = useTopbarProgress()
const chatSideBarPanelRef = React.useRef<ImperativePanelHandle>(null)
const [chatSideBarPanelSize, setChatSideBarPanelSize] = React.useState(35)
// const [chatSidebarLoaded, setChatSidebarInitialized] = useState(false)

const searchQuery = searchParams.get('q')?.toString()

Expand Down

0 comments on commit a671af0

Please sign in to comment.