pl-fe: fix unfollow effect for pending requests

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2025-06-02 12:43:44 +02:00
parent 86016730e6
commit 1d31336a91

View File

@ -46,6 +46,7 @@ const useFollow = () => {
[accountId]: (relationship) => ({
...relationship,
following: false,
requested: false,
}),
},
});