import React from "react" import * as antd from "antd" import "./index.less" const Profile = ({ profile, onClickManage, onClickChangeId, onClickDelete, }) => { if (!profile) { return null } return (