Skip to content

Commit

Permalink
Fix friend requests
Browse files Browse the repository at this point in the history
  • Loading branch information
tulpenkiste committed Dec 19, 2024
1 parent 23e0d5e commit 78797bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/components/app/menus/UserContextMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export function UserContextMenu(props: {
* Add friend
*/
function addFriend() {
console.log(props.user.username + "#" + props.user.discriminator)
console.log("Pre: " + props.user.username + "#" + props.user.discriminator)
props.user.addFriend();
}

Expand Down

0 comments on commit 78797bc

Please sign in to comment.