aboutsummaryrefslogtreecommitdiff
path: root/src/components/profile/Content.tsx
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-03-29 14:18:00 -0400
committerIvan Chen <ivan@tagg.id>2021-03-29 14:18:00 -0400
commit641a98cd5d184efb5639952812f24c56c90e7f62 (patch)
tree14d1ba8d3b5fc3aed26d850138031915c43c56e5 /src/components/profile/Content.tsx
parent872a3e8dbb7182e532d7878f3b1f316b3ca69386 (diff)
code cleanup
Diffstat (limited to 'src/components/profile/Content.tsx')
-rw-r--r--src/components/profile/Content.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/profile/Content.tsx b/src/components/profile/Content.tsx
index 779e0525..cf2b7d28 100644
--- a/src/components/profile/Content.tsx
+++ b/src/components/profile/Content.tsx
@@ -165,7 +165,6 @@ const Content: React.FC<ContentProps> = ({y, userXId, screenType}) => {
<TaggsBar
{...{y, profileBodyHeight, userXId, screenType}}
whiteRing={undefined}
- allowNavigation={false}
/>
<PrivateProfile />
</>