Browse Source

badge: forward avatarsize under props (#86832)

Not sure why we have avatarSize and separate avatarProps here, but I
must have overlooked this when changing the implementation
Jonas 2 days ago
parent
commit
7c6dfbbebb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      static/app/components/idBadge/baseBadge.tsx

+ 1 - 1
static/app/components/idBadge/baseBadge.tsx

@@ -60,7 +60,7 @@ export const BaseBadge = memo(
             organization={organization}
             project={project}
             actor={actor}
-            avatarProps={avatarProps}
+            avatarProps={{...avatarProps, size: avatarSize}}
           />
         )}