aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-05-21 17:36:49 -0400
committerIvan Chen <ivan@tagg.id>2021-05-21 17:36:49 -0400
commitffbd1357d8e5329acf0ce1addc82f35a7d0e36b4 (patch)
treeec41ca0ca05ee1183b827d88a8676ab96c826ff2 /src/components
parentd6970be9719b20266979734037466651f6b9b717 (diff)
Clean up code
Diffstat (limited to 'src/components')
-rw-r--r--src/components/profile/TaggAvatar.tsx2
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,
);