aboutsummaryrefslogtreecommitdiff
path: root/src/components/profile/ProfileHeader.tsx
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-05-17 12:13:17 -0400
committerGitHub <noreply@github.com>2021-05-17 12:13:17 -0400
commitefc84a7a5af59bcaf219d2ecb6767a3b29d01fae (patch)
tree0309419508ca511795d8984de302c93a9fe69a74 /src/components/profile/ProfileHeader.tsx
parent183ce2b263e7282f42d204ebd59676b8e28352ec (diff)
parent33f5aa154457fb62099e56716ca5ae45feb98730 (diff)
Merge pull request #424 from IvanIFChen/tma842-fixed-ellipses-state
[TMA-842] Fixed bottom drawer
Diffstat (limited to 'src/components/profile/ProfileHeader.tsx')
-rw-r--r--src/components/profile/ProfileHeader.tsx4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/components/profile/ProfileHeader.tsx b/src/components/profile/ProfileHeader.tsx
index 14f7dc71..db5308b9 100644
--- a/src/components/profile/ProfileHeader.tsx
+++ b/src/components/profile/ProfileHeader.tsx
@@ -85,10 +85,6 @@ const ProfileHeader: React.FC<ProfileHeaderProps> = ({
}
};
- useEffect(() => {
- setDrawerVisible(drawerVisible);
- }, [drawerVisible]);
-
return (
<View ref={containerRef} style={styles.container}>
<ProfileMoreInfoDrawer