diff --git a/src/renderer/components/team/TeamListView.tsx b/src/renderer/components/team/TeamListView.tsx index 4110ce78..ebdd3f36 100644 --- a/src/renderer/components/team/TeamListView.tsx +++ b/src/renderer/components/team/TeamListView.tsx @@ -484,10 +484,6 @@ export const TeamListView = (): React.JSX.Element => { [projects, repositoryGroups] ); - const handleResetProjectSelection = useCallback((): void => { - handleProjectSelectionChange(null); - }, [handleProjectSelectionChange]); - // Fetch branches once for all visible team project paths (no live polling) const teamPaths = useMemo( () => filteredTeams.map((t) => t.projectPath?.trim()).filter(Boolean) as string[], @@ -760,35 +756,6 @@ export const TeamListView = (): React.JSX.Element => { Only available in local Electron mode.

) : null} - {currentProjectPath ? ( -
-
-

- Selected project -

-
- - - {folderName(currentProjectPath)} - -
-

- Prioritizing teams related to this project - not hiding the rest -

-
- -
- ) : null} {teamsWithProvisioning.length > 0 ? (