Skip to content

Commit

Permalink
Merge v2.0 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
franccoina committed Nov 2, 2024
1 parent 317f5c8 commit 61cf88f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/cards/CardDetailUserMatch.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,10 @@ const UserProfileDetail: React.FC<IRequestOnDetailUserCardProps> = ({ userData }
<UserDescription>
<H3>Descripción</H3>
<P>{userDetail.description}</P>
<ContactInfo>
<h3>Comunidad</h3>
<span>{userDetail.category}</span>
</ContactInfo>
<ContactInfo>
<h3>Email</h3>
<span>{userDetail.email}</span>
Expand Down

0 comments on commit 61cf88f

Please sign in to comment.