diff --git a/src/controllers/modals/components/legacy/UserProfile.tsx b/src/controllers/modals/components/legacy/UserProfile.tsx index dd73d897..384de82a 100644 --- a/src/controllers/modals/components/legacy/UserProfile.tsx +++ b/src/controllers/modals/components/legacy/UserProfile.tsx @@ -247,24 +247,27 @@ export const UserProfile = observer( )} - {!user.bot && flags != 2 && flags != 4 && ( - - - }> - - modalController.push({ - type: "report", - target: user, - }) + {!user.bot && + user._id !== client.user?._id && + flags != 2 && + flags != 4 && ( + + }> - - - - - )} + + modalController.push({ + type: "report", + target: user, + }) + }> + + + + + )} {badges > 0 && (