Skip to content

Commit

Permalink
feat: initial confetti
Browse files Browse the repository at this point in the history
  • Loading branch information
cha0sg0d committed Jun 30, 2023
1 parent de6c3fe commit 73ebb8c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/frontend/src/components/global/UserAvatar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export const UserAvatar = (props: UserAvatarProps) => {

// If ens + avatar exists, return image
const { name, isEns, isDoxed } = useName({ userId });
console.log({ name }, { isEns }, { isDoxed });

const userType = type || isDoxed ? NameType.DOXED : NameType.PSEUDO;

Expand Down

0 comments on commit 73ebb8c

Please sign in to comment.