mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix: make sure avatar data for owner displays correctly (#14812)
This commit is contained in:
@@ -297,11 +297,7 @@ const OwnerBreadcrumb: FC<OwnerBreadcrumbProps> = ({
|
||||
anchorOrigin={{ vertical: "bottom", horizontal: "center" }}
|
||||
transformOrigin={{ vertical: "top", horizontal: "center" }}
|
||||
>
|
||||
<AvatarData
|
||||
title={ownerName}
|
||||
subtitle="Owner"
|
||||
avatar={ownerAvatarUrl}
|
||||
/>
|
||||
<AvatarData title={ownerName} subtitle="Owner" src={ownerAvatarUrl} />
|
||||
</HelpTooltipContent>
|
||||
</Popover>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user