From cdc3413d232b18560fa9c0942587c7ca5868080d Mon Sep 17 00:00:00 2001 From: Thenuka Dinudaya Gurusinghe <124603416+thenukadinudaya@users.noreply.github.com> Date: Sat, 7 Dec 2024 22:02:36 +0530 Subject: [PATCH] Remove the comma after mentee application position (#231) --- src/components/MenteeCard/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/MenteeCard/index.tsx b/src/components/MenteeCard/index.tsx index 37b29776..b59eef05 100644 --- a/src/components/MenteeCard/index.tsx +++ b/src/components/MenteeCard/index.tsx @@ -39,7 +39,7 @@ const MenteeCard: React.FC = ({

) : ( <> -

{mentee.application.position}

, +

{mentee.application.position}

{mentee.application.company}