Skip to content

Commit

Permalink
small changes + comments for adjusting request messages
Browse files Browse the repository at this point in the history
  • Loading branch information
sinhaaaryan committed Aug 22, 2024
1 parent 353c829 commit 608d968
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/UserCards/UserCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ export const UserCard = (props: UserCardProps): JSX.Element => {
value={props.otherUser.isFavorited ? 1 : 0}
max={1}
/>

</div>
{/* second row */}
<p className="font-semibold">{props.otherUser.startPOILocation}</p>
Expand Down

0 comments on commit 608d968

Please sign in to comment.