diff --git a/web/components/profile-grid.tsx b/web/components/profile-grid.tsx index f3200479..8b40dfca 100644 --- a/web/components/profile-grid.tsx +++ b/web/components/profile-grid.tsx @@ -176,9 +176,10 @@ function ProfilePreview(props: { {seekingGenderText &&
{seekingGenderText}.
} {(!!profile.work?.length || profile.occupation_title) &&{t("profile.optional.category.work", "Work")}:{" "} - {profile.occupation_title && profile.occupation_title + ", "} - {profile.work?.slice(0, 3).map(id => choicesIdsToLabels['work'][id]).join(', ')} - {(profile.work?.length || 0) > 3 && ',...'} + {profile.occupation_title} + {profile.occupation_title && !!profile.work?.length && (", ")} + {profile.work?.map(id => choicesIdsToLabels['work'][id]).join(', ')} + {/*{(profile.work?.length || 0) > 3 && ',...'}*/}
} {!!profile.interests?.length &&{t("profile.optional.interests", "Interests")}:{" "}