aboutsummaryrefslogtreecommitdiff
path: root/src/components/taggs/TaggsBar.tsx
diff options
context:
space:
mode:
authorIvan Chen <ivan@thetaggid.com>2020-10-27 19:31:39 -0400
committerGitHub <noreply@github.com>2020-10-27 19:31:39 -0400
commit795ba089207571ec13226f2d07c149c8697763ce (patch)
tree81d08094396cda3195287fa0c72c5cb4c91a1287 /src/components/taggs/TaggsBar.tsx
parente004fd362583a020b07f87536aac077269eaad27 (diff)
done (#81)
Diffstat (limited to 'src/components/taggs/TaggsBar.tsx')
-rw-r--r--src/components/taggs/TaggsBar.tsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/taggs/TaggsBar.tsx b/src/components/taggs/TaggsBar.tsx
index 520cc266..62f5f90e 100644
--- a/src/components/taggs/TaggsBar.tsx
+++ b/src/components/taggs/TaggsBar.tsx
@@ -48,6 +48,7 @@ const TaggsBar: React.FC<TaggsBarProps> = ({
isIntegrated={INTEGRATED_SOCIAL_LIST.indexOf(social) !== -1}
setTaggsNeedUpdate={setTaggsNeedUpdate}
setSocialDataNeedUpdate={socialsNeedUpdate}
+ userId={user.userId}
/>,
);
i++;
@@ -62,6 +63,7 @@ const TaggsBar: React.FC<TaggsBarProps> = ({
isIntegrated={INTEGRATED_SOCIAL_LIST.indexOf(social) !== -1}
setTaggsNeedUpdate={setTaggsNeedUpdate}
setSocialDataNeedUpdate={socialsNeedUpdate}
+ userId={user.userId}
/>,
);
i++;