diff options
author | brian-tagg <83606050+brian-tagg@users.noreply.github.com> | 2021-05-12 14:23:44 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-12 14:23:44 -0700 |
commit | d930b614bd79bcd7b55359be261f77fa6997f78e (patch) | |
tree | a259b439c3d211aad5a392ee238c1481719816f2 /src/components/profile/TaggAvatar.tsx | |
parent | 6437df335f7ee23c9e66cbf0d9a6857eb7cffff2 (diff) |
Update src/components/profile/TaggAvatar.tsx
Co-authored-by: Ivan Chen <ivan.if.chen@gmail.com>
Diffstat (limited to 'src/components/profile/TaggAvatar.tsx')
-rw-r--r-- | src/components/profile/TaggAvatar.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/profile/TaggAvatar.tsx b/src/components/profile/TaggAvatar.tsx index 083a30fa..f74a202d 100644 --- a/src/components/profile/TaggAvatar.tsx +++ b/src/components/profile/TaggAvatar.tsx @@ -147,7 +147,6 @@ const TaggAvatar: React.FC<TaggAvatarProps> = ({ }); }; - console.log(avatar); if (!validImage && userXId === undefined && !loading) { return ( |