From 7a2b716849442c8f3c348740de97d0c1a648e28a Mon Sep 17 00:00:00 2001 From: olavbm Date: Wed, 5 Jun 2024 15:18:03 +0200 Subject: [PATCH] update values consultant to thumb image url (#479) --- frontend/src/components/Staffing/ConsultantRow.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/Staffing/ConsultantRow.tsx b/frontend/src/components/Staffing/ConsultantRow.tsx index 7af48c9d..b476ff49 100644 --- a/frontend/src/components/Staffing/ConsultantRow.tsx +++ b/frontend/src/components/Staffing/ConsultantRow.tsx @@ -183,9 +183,9 @@ export default function ConsultantRows({
- {consultant.imageUrl ? ( + {consultant.imageThumbUrl ? (