aboutsummaryrefslogtreecommitdiff
path: root/src/components/taggs/TaggsBar.tsx
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-06-07 18:01:38 -0400
committerGitHub <noreply@github.com>2021-06-07 18:01:38 -0400
commitea088da1304a9ba345b75aab9184f7e8d928a4ac (patch)
treeb6a6f226333a4f349935f10e1ed9ab500410694a /src/components/taggs/TaggsBar.tsx
parent5ef5b0776cbbde697919308bbfbab2aed00ca493 (diff)
parentb19ce79cc40be0062780c925599e3f29e5df3fb3 (diff)
Merge pull request #457 from IvanIFChen/tma879-remove-small-socials
[TMA-879] Remove Small Social Icons
Diffstat (limited to 'src/components/taggs/TaggsBar.tsx')
-rw-r--r--src/components/taggs/TaggsBar.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/taggs/TaggsBar.tsx b/src/components/taggs/TaggsBar.tsx
index a7e8fc7a..7076ffaf 100644
--- a/src/components/taggs/TaggsBar.tsx
+++ b/src/components/taggs/TaggsBar.tsx
@@ -82,7 +82,6 @@ const TaggsBar: React.FC<TaggsBarProps> = ({
isIntegrated={INTEGRATED_SOCIAL_LIST.indexOf(social) !== -1}
setTaggsNeedUpdate={setTaggsNeedUpdate}
setSocialDataNeedUpdate={handleSocialUpdate}
- whiteRing={false}
/>,
);
i++;
@@ -100,7 +99,6 @@ const TaggsBar: React.FC<TaggsBarProps> = ({
userXId={userXId}
screenType={screenType}
user={user}
- whiteRing={false}
/>,
);
i++;