aboutsummaryrefslogtreecommitdiff
path: root/src/components/taggs/SocialMediaInfo.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/taggs/SocialMediaInfo.tsx')
-rw-r--r--src/components/taggs/SocialMediaInfo.tsx7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/components/taggs/SocialMediaInfo.tsx b/src/components/taggs/SocialMediaInfo.tsx
index c25d0297..46e651f9 100644
--- a/src/components/taggs/SocialMediaInfo.tsx
+++ b/src/components/taggs/SocialMediaInfo.tsx
@@ -1,5 +1,6 @@
import React from 'react';
import {StyleSheet, Text, View} from 'react-native';
+import { ScreenType } from '../../types';
import {SocialIcon} from '..';
import {handleOpenSocialUrlOnBrowser} from '../../utils';
@@ -30,7 +31,11 @@ const SocialMediaInfo: React.FC<SocialMediaInfoProps> = ({
)}
<View style={styles.row}>
<View />
- <SocialIcon style={styles.icon} social={type} />
+ <SocialIcon
+ style={styles.icon}
+ social={type}
+ screenType={ScreenType.Profile}
+ />
<Text
style={styles.name}
onPress={() => {