diff options
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, }, }); |
