Skip to content

Commit

Permalink
strip off protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
selfcontained committed Sep 20, 2023
1 parent 609dbee commit c02d883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/dashboard/src/components/RepositoryFinder.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit c02d883

Please sign in to comment.