This commit is contained in:
freedakgmail
2025-11-23 13:31:06 +08:00
parent 00cfae381b
commit 2b4bc92f1b
1039 changed files with 947611 additions and 1307 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ export function AvatarDisplay({ imageId, fallbackUrl, fallbackText, gender, clas
return (
<Avatar className={className}>
<AvatarFallback className="bg-muted flex items-center justify-center">
{gender === 'female' ? (
{gender === 'FEMALE' ? (
<CircleUserRound className="h-8 w-8 text-pink-400" />
) : (
<CircleUser className="h-8 w-8 text-blue-400" />