From a2cd0be38858241b00956a5aa5715b3213084db0 Mon Sep 17 00:00:00 2001 From: Ivan Chen Date: Sat, 20 Feb 2021 10:44:24 -0500 Subject: linting and removed logging --- src/components/taggs/TaggsBar.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/components/taggs/TaggsBar.tsx b/src/components/taggs/TaggsBar.tsx index aaf9a531..05ee18bb 100644 --- a/src/components/taggs/TaggsBar.tsx +++ b/src/components/taggs/TaggsBar.tsx @@ -63,7 +63,6 @@ const TaggsBar: React.FC = ({ ); let new_taggs = []; let i = 0; - console.log('whiteRing in taggsbar: ', whiteRing); for (let social of linkedSocials) { new_taggs.push( = ({ setSocialDataNeedUpdate={handleSocialUpdate} userXId={userXId} user={user} - whiteRing ={whiteRing ? whiteRing : undefined} + whiteRing={whiteRing ? whiteRing : undefined} />, ); i++; -- cgit v1.2.3-70-g09d2