From 749c08c83f14c68f7f836ff6b699ef95e9f2367d Mon Sep 17 00:00:00 2001 From: Eduard Heimbuch Date: Fri, 12 Nov 2021 12:49:59 +0100 Subject: [PATCH] Add rounded borders to repository contact avatar --- scm-ui/ui-components/src/repos/RepositoryEntry.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ; };