Skip to content

Commit 597348b

Browse files
committed
blah blah
1 parent ab432e3 commit 597348b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/AvatarData/AvatarData.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export const AvatarData: FC<AvatarDataProps> = ({
3333
const theme = useTheme();
3434
avatar ??= (
3535
<Avatar background src={src}>
36-
{typeof title === "string" ? title : (imgFallbackText ?? "-")}
36+
{typeof title === "string" ? title : imgFallbackText ?? "-"}
3737
</Avatar>
3838
);
3939

0 commit comments

Comments
 (0)