diff options
| author | Shravya Ramesh <shravs1208@gmail.com> | 2021-02-11 13:38:53 -0800 |
|---|---|---|
| committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-02-11 13:38:53 -0800 |
| commit | dc2da789ed0f440e0da8020f891bb490536a38fe (patch) | |
| tree | 1e081cc3d7dff6c4566dde08639e8ff7f817bfcb /src/components/taggs | |
| parent | e60250a3661df67a6c0f3d7e17cf5943f03538c3 (diff) | |
updated instagram icon
Diffstat (limited to 'src/components/taggs')
| -rw-r--r-- | src/components/taggs/Tagg.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/taggs/Tagg.tsx b/src/components/taggs/Tagg.tsx index 29b55786..bb450b64 100644 --- a/src/components/taggs/Tagg.tsx +++ b/src/components/taggs/Tagg.tsx @@ -148,7 +148,7 @@ const Tagg: React.FC<TaggProps> = ({ <SocialIcon style={styles.icon} social={social} - screenType={ScreenType.Profile} + screenType={screenType} /> {pickTheRightRingHere()} </TouchableOpacity> |
