diff --git a/scm-ui/ui-components/src/repos/RepositoryEntry.tsx b/scm-ui/ui-components/src/repos/RepositoryEntry.tsx index dc00271a9c..c0a6a984bb 100644 --- a/scm-ui/ui-components/src/repos/RepositoryEntry.tsx +++ b/scm-ui/ui-components/src/repos/RepositoryEntry.tsx @@ -79,7 +79,7 @@ const RepositoryEntry: FC = ({ repository, baseDate }) => { const renderContactIcon = () => { if (avatarFactory) { - return ; + return ; } return ; };