aadd
This commit is contained in:
parent
1174815e4e
commit
9a56e03de9
|
@ -26,7 +26,7 @@ export function StaffCard({ staff }: StaffCardProps) {
|
||||||
<div className="w-24 h-32 flex-shrink-0 flex items-center justify-center relative">
|
<div className="w-24 h-32 flex-shrink-0 flex items-center justify-center relative">
|
||||||
{staff.meta?.photoUrl ? (
|
{staff.meta?.photoUrl ? (
|
||||||
<img
|
<img
|
||||||
src={staff.meta.photoUrl}
|
src={staff?.meta?.photoUrl}
|
||||||
alt={staff?.showname || staff?.username}
|
alt={staff?.showname || staff?.username}
|
||||||
className="w-full h-full object-cover"
|
className="w-full h-full object-cover"
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in New Issue