diff options
author | Ivan Chen <ivan@tagg.id> | 2021-03-29 14:18:00 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-03-29 14:18:00 -0400 |
commit | 641a98cd5d184efb5639952812f24c56c90e7f62 (patch) | |
tree | 14d1ba8d3b5fc3aed26d850138031915c43c56e5 /src/components/profile/Content.tsx | |
parent | 872a3e8dbb7182e532d7878f3b1f316b3ca69386 (diff) |
code cleanup
Diffstat (limited to 'src/components/profile/Content.tsx')
-rw-r--r-- | src/components/profile/Content.tsx | 1 |
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 /> </> |