diff --git a/src/app/profile/page.tsx b/src/app/profile/page.tsx index 579ba5b7..7d4c38a4 100644 --- a/src/app/profile/page.tsx +++ b/src/app/profile/page.tsx @@ -56,7 +56,8 @@ export default function Page() {
hoursPerMonth: {profile.hours_per_month}
immigrationLawExperience:{' '} - {profile.immigration_law_experience.toString()} + {profile.immigration_law_experience && + profile.immigration_law_experience.toString()}
{profile.bar_number && (barNumber: {profile.bar_number.toString()}