aboutsummaryrefslogtreecommitdiff
path: root/src/components/onboarding/LinkSocialMedia.tsx
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-02-05 16:44:03 -0500
committerIvan Chen <ivan@tagg.id>2021-02-05 16:44:03 -0500
commitb3749907411b9130de45218d5576da1342fa8433 (patch)
tree4935b06b9ef360d186aa64b6f19429e51da89246 /src/components/onboarding/LinkSocialMedia.tsx
parent41f18a15653f11b331bfeda9e96b217b9dceec8d (diff)
new modal done
Diffstat (limited to 'src/components/onboarding/LinkSocialMedia.tsx')
-rw-r--r--src/components/onboarding/LinkSocialMedia.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/onboarding/LinkSocialMedia.tsx b/src/components/onboarding/LinkSocialMedia.tsx
index 6cb7e9cf..8938b9a0 100644
--- a/src/components/onboarding/LinkSocialMedia.tsx
+++ b/src/components/onboarding/LinkSocialMedia.tsx
@@ -100,6 +100,7 @@ const SocialMediaLinker: React.FC<SocialMediaLinkerProps> = ({
/>
)}
<SocialLinkModal
+ social={label}
modalVisible={modalVisible}
setModalVisible={setModalVisible}
completionCallback={linkNonIntegratedSocial}