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