From 6e09b4245f3a96560ca0eb74d46e8fd40a164f44 Mon Sep 17 00:00:00 2001 From: Brian Kim Date: Wed, 19 May 2021 17:26:40 -0700 Subject: Fix redirect --- src/components/profile/TaggAvatar.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/components/profile') diff --git a/src/components/profile/TaggAvatar.tsx b/src/components/profile/TaggAvatar.tsx index 8ccae2ef..8cd52a2f 100644 --- a/src/components/profile/TaggAvatar.tsx +++ b/src/components/profile/TaggAvatar.tsx @@ -23,6 +23,8 @@ const TaggAvatar: React.FC = ({ 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, ); -- cgit v1.2.3-70-g09d2