diff options
| author | Shravya Ramesh <shravs1208@gmail.com> | 2021-02-01 22:02:25 -0800 |
|---|---|---|
| committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-02-01 22:02:25 -0800 |
| commit | 7361492c3d25f71bb444f5f7e35b3113647318f9 (patch) | |
| tree | 83a3f1e64bc8a487393b17b337b83251c27ab0ce /src/store | |
| parent | 19f6a1cd849bec601440311dcb4188d7ff0b34ea (diff) | |
fullscreen friends + unfriend button
Diffstat (limited to 'src/store')
| -rw-r--r-- | src/store/actions/userFriends.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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, }, }); |
