From 7361492c3d25f71bb444f5f7e35b3113647318f9 Mon Sep 17 00:00:00 2001 From: Shravya Ramesh Date: Mon, 1 Feb 2021 22:02:25 -0800 Subject: fullscreen friends + unfriend button --- src/store/actions/userFriends.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/store') diff --git a/src/store/actions/userFriends.ts b/src/store/actions/userFriends.ts index ae808e9a..4d191894 100644 --- a/src/store/actions/userFriends.ts +++ b/src/store/actions/userFriends.ts @@ -101,7 +101,7 @@ export const unfriendUser = ( await dispatch({ type: updateFriends.type, payload: { - friend, + data: friend, isFriend: true, }, }); -- cgit v1.2.3-70-g09d2