aboutsummaryrefslogtreecommitdiff
path: root/src/components/taggs/Tagg.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/taggs/Tagg.tsx')
-rw-r--r--src/components/taggs/Tagg.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/taggs/Tagg.tsx b/src/components/taggs/Tagg.tsx
index c64da5ef..39cbee06 100644
--- a/src/components/taggs/Tagg.tsx
+++ b/src/components/taggs/Tagg.tsx
@@ -54,7 +54,7 @@ const Tagg: React.FC<TaggProps> = ({
const modalOrAuthBrowserOrPass = async () => {
if (youMayPass) {
if (INTEGRATED_SOCIAL_LIST.indexOf(social) !== -1) {
- navigation.navigate('SocialMediaTaggs', {
+ navigation.push('SocialMediaTaggs', {
socialMediaType: social,
isProfileView: isProfileView,
});