Skip to content

Commit

Permalink
Remove the comma after mentee application position (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
thenukadinudaya authored Dec 7, 2024
1 parent 2d4093f commit cdc3413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MenteeCard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const MenteeCard: React.FC<MenteeCardProps> = ({
</p>
) : (
<>
<p className="text-sm">{mentee.application.position}</p>,
<p className="text-sm">{mentee.application.position}</p>
<p className="text-xs text-gray-500">
{mentee.application.company}
</p>
Expand Down

0 comments on commit cdc3413

Please sign in to comment.