aboutsummaryrefslogtreecommitdiff
path: root/src/containers/Profile/ProfileInfo.tsx
diff options
context:
space:
mode:
authorEugene Sokolov <eug-vs@keemail.me>2020-08-12 03:41:48 +0300
committerGitHub <noreply@github.com>2020-08-12 03:41:48 +0300
commit2dc5fc00347256982136deea98d483c444002595 (patch)
treebb3826d74842bc628d1c6aa9c43aae919faffcea /src/containers/Profile/ProfileInfo.tsx
parent94067ef2a0d9ac5c2aa5f45eca5366a2251ac04a (diff)
parent68c7660e13fc5613ef26de752bc360a792b3f935 (diff)
downloadwhich-ui-2dc5fc00347256982136deea98d483c444002595.tar.gz
Merge pull request #77 from which-ecosystem/redesign
Mobile search and basic drawer
Diffstat (limited to 'src/containers/Profile/ProfileInfo.tsx')
-rw-r--r--src/containers/Profile/ProfileInfo.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/containers/Profile/ProfileInfo.tsx b/src/containers/Profile/ProfileInfo.tsx
index a01c222..87af99d 100644
--- a/src/containers/Profile/ProfileInfo.tsx
+++ b/src/containers/Profile/ProfileInfo.tsx
@@ -5,7 +5,6 @@ import { User } from 'which-types';
import CameraAltIcon from '@material-ui/icons/CameraAlt';
import VerifiedIcon from '@material-ui/icons/CheckCircleOutline';
import Skeleton from '@material-ui/lab/Skeleton';
-import MoreMenu from './MoreMenu';
import Highlight from './Highlight';
import UploadImage from '../../components/UploadImage/UploadImage';
import Avatar from '../../components/Avatar/Avatar';
@@ -110,7 +109,6 @@ const ProfileInfo: React.FC<PropTypes> = ({
: userInfo?._id === user?._id
? (
<div>
- <MoreMenu />
<div className={classes.avatarContainer}>
<Badge
overlap="circle"