Skip to content

Commit

Permalink
changed members to Friends...
Browse files Browse the repository at this point in the history
  • Loading branch information
zmattes04 committed May 30, 2024
1 parent 6433ef5 commit fe547d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/SendInvite.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ const SendInviteToGroup: React.FC<Props> = ({ groupId, friends, members }) => {
>
<PopoverArrow />
<PopoverCloseButton />
<PopoverHeader fontWeight="bold">Members</PopoverHeader>
<PopoverHeader fontWeight="bold">Friends not in this Group</PopoverHeader>
<PopoverBody>
{friendsNotInGroup.length > 0 ? (
<ul>
Expand Down

0 comments on commit fe547d7

Please sign in to comment.