diff options
author | Ivan Chen <ivan@tagg.id> | 2021-02-05 16:44:03 -0500 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-02-05 16:44:03 -0500 |
commit | b3749907411b9130de45218d5576da1342fa8433 (patch) | |
tree | 4935b06b9ef360d186aa64b6f19429e51da89246 /src/components/onboarding/LinkSocialMedia.tsx | |
parent | 41f18a15653f11b331bfeda9e96b217b9dceec8d (diff) |
new modal done
Diffstat (limited to 'src/components/onboarding/LinkSocialMedia.tsx')
-rw-r--r-- | src/components/onboarding/LinkSocialMedia.tsx | 1 |
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} |