We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af9c6a1 commit cb80f68Copy full SHA for cb80f68
react_main/src/pages/User/Profile.jsx
@@ -253,7 +253,6 @@ export default function Profile() {
253
setTrophies(res.data.trophies || []);
254
setProfileFamily(res.data.family || null);
255
setJoined(res.data.joined || null);
256
- setIsFlagged(Boolean(res.data.flagged));
257
setFriendsPage(1);
258
loadFriends(resolvedId, "", 1);
259
0 commit comments