diff --git a/src/controllers/modals/components/legacy/UserProfile.tsx b/src/controllers/modals/components/legacy/UserProfile.tsx index ea142a34..dd73d897 100644 --- a/src/controllers/modals/components/legacy/UserProfile.tsx +++ b/src/controllers/modals/components/legacy/UserProfile.tsx @@ -6,6 +6,7 @@ import { UserX, Group, InfoCircle, + Flag, } from "@styled-icons/boxicons-solid"; import { observer } from "mobx-react-lite"; import { Link, useHistory } from "react-router-dom"; @@ -246,6 +247,24 @@ export const UserProfile = observer( )} + {!user.bot && flags != 2 && flags != 4 && ( + + + }> + + modalController.push({ + type: "report", + target: user, + }) + }> + + + + + )} {badges > 0 && (