diff --git a/components/dashboard/src/components/RepositoryFinder.tsx b/components/dashboard/src/components/RepositoryFinder.tsx index 50935c3fb1d6cb..99ec201884ce62 100644 --- a/components/dashboard/src/components/RepositoryFinder.tsx +++ b/components/dashboard/src/components/RepositoryFinder.tsx @@ -170,7 +170,7 @@ export default function RepositoryFinder(props: RepositoryFinderProps) { subtitle={ // Only show the url if we have a project or repo name, otherwise it's redundant w/ the title selectedSuggestion?.projectName || selectedSuggestion?.repositoryName - ? selectedSuggestion?.url + ? displayContextUrl(selectedSuggestion?.url) : undefined } loading={props.loading || isLoading}