Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b40918c224 |
@@ -64,7 +64,7 @@ const AvatarGroup = ({
|
||||
alt={avatar.alt}
|
||||
fill
|
||||
className="w-full h-full object-cover"
|
||||
unoptimized={avatar.src.startsWith('http') || avatar.src.startsWith('//')}
|
||||
unoptimized={avatar.src?.startsWith('http') || avatar.src?.startsWith('//')}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user