Skip to content

Commit

Permalink
removes template literal
Browse files Browse the repository at this point in the history
  • Loading branch information
Snorre98 committed Nov 5, 2024
1 parent df56cb5 commit a4ea9ca
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export function RecruitmentWithoutInterviewTable({ applicants }: RecruitmentWith
})}
className={styles.text}
>
{`${user.first_name} ${user.last_name}`}
{user.first_name} {user.last_name}
</Link>
),
},
Expand Down

0 comments on commit a4ea9ca

Please sign in to comment.