\n 152→ {match.worker?.name?.[0]?.toUpperCase() || \"?\"}\n 153→
\n 156→
\n 157→
\n 158→ {match.worker?.name || \"Worker\"}\n 159→
\n 160→ {isHired && (\n 161→ Hired\n 162→ )}\n 163→ \n 164→\n 165→ {/* AI Summary */}\n 166→
\n 167→ {summary}\n 168→
\n 169→\n 170→ {/* Details */}\n 171→
\n 172→ {match.worker_profile?.experience_years && (\n 173→ \n 174→ \n 175→ {match.worker_profile.experience_years}yr exp\n 176→ \n 177→ )}\n 178→ {match.worker?.suburb && (\n 179→ \n 180→ \n 181→ {match.worker.suburb}\n 182→ \n 183→ )}\n 184→ {match.match_score && (\n 185→ \n 186→ \n 187→ {Math.round(match.match_score)}% match\n 188→ \n 189→ )}\n 190→
\n 191→\n 192→ {/* Certs */}\n 193→ {match.worker_profile?.certifications && match.worker_profile.certifications.length > 0 && (\n 194→
\n 195→ {match.worker_profile.certifications.slice(0, 3).map((cert) => (\n 196→ \n 197→ {cert}\n 198→ \n 199→ ))}\n 200→
\n 201→ )}\n 202→