diff options
author | Ivan Chen <ivan@tagg.id> | 2021-05-21 17:36:49 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-05-21 17:36:49 -0400 |
commit | ffbd1357d8e5329acf0ce1addc82f35a7d0e36b4 (patch) | |
tree | ec41ca0ca05ee1183b827d88a8676ab96c826ff2 /src | |
parent | d6970be9719b20266979734037466651f6b9b717 (diff) |
Clean up code
Diffstat (limited to 'src')
-rw-r--r-- | src/components/profile/TaggAvatar.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/profile/TaggAvatar.tsx b/src/components/profile/TaggAvatar.tsx index 135c6e5a..8ccae2ef 100644 --- a/src/components/profile/TaggAvatar.tsx +++ b/src/components/profile/TaggAvatar.tsx @@ -23,8 +23,6 @@ const TaggAvatar: React.FC<TaggAvatarProps> = ({ userXId, editable = false, }) => { - // const state = useSelector((state: RootState) => state); - // console.log('STATE', state.userX); const {avatar, user} = useSelector((state: RootState) => userXId ? state.userX[screenType][userXId] : state.user, ); |