Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattcasey committed Oct 9, 2024
1 parent 0e824f6 commit 531ea8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export function AddRepoModal({ open, onClose, onAdd }: AddRepoModalProps) {
{!isValidating && reposFromGithub && !error && (
<>
<Typography variant='caption'>
Found {newRepos.length} new repos
Found {newRepos.length} new repo{newRepos.length !== 1 ? 's' : ''}
{reposFromGithub.length !== newRepos.length ? ` of ${reposFromGithub.length}` : ''}
</Typography>
<Box maxHeight={100} overflow='auto'>
Expand Down

0 comments on commit 531ea8d

Please sign in to comment.