aboutsummaryrefslogtreecommitdiff
path: root/src/components/taggs/Tagg.tsx
diff options
context:
space:
mode:
authorIvan Chen <ivan@thetaggid.com>2021-02-05 17:47:28 -0500
committerGitHub <noreply@github.com>2021-02-05 17:47:28 -0500
commita77fc863914e473cbc6fac957111660db570a073 (patch)
tree0d8ae964459f8526c92aa44bfbb842bb70a2b90b /src/components/taggs/Tagg.tsx
parentbad7fac394f8ef2870a9a139fd46d0def4421bf1 (diff)
parentac9d34c3b63b7fbffd1a281b4d33b5a8326be7e2 (diff)
Merge pull request #220 from tbhatia2299/TMA-579-Redesign-Snapchat-Tiktok
TMA-579-Redesign-Snapchat-Tiktok
Diffstat (limited to 'src/components/taggs/Tagg.tsx')
-rw-r--r--src/components/taggs/Tagg.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/taggs/Tagg.tsx b/src/components/taggs/Tagg.tsx
index 5fa8b395..cba7777a 100644
--- a/src/components/taggs/Tagg.tsx
+++ b/src/components/taggs/Tagg.tsx
@@ -131,6 +131,7 @@ const Tagg: React.FC<TaggProps> = ({
) : (
<>
<SocialLinkModal
+ social={social}
modalVisible={modalVisible}
setModalVisible={setModalVisible}
completionCallback={linkNonIntegratedSocial}