We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab432e3 commit 597348bCopy full SHA for 597348b
site/src/components/AvatarData/AvatarData.tsx
@@ -33,7 +33,7 @@ export const AvatarData: FC<AvatarDataProps> = ({
33
const theme = useTheme();
34
avatar ??= (
35
<Avatar background src={src}>
36
- {typeof title === "string" ? title : (imgFallbackText ?? "-")}
+ {typeof title === "string" ? title : imgFallbackText ?? "-"}
37
</Avatar>
38
);
39
0 commit comments