From 24c269c9d52ec7cf2cd383a8d7c3aee43ed475c1 Mon Sep 17 00:00:00 2001 From: Ivan Chen Date: Tue, 27 Oct 2020 20:44:36 -0400 Subject: [TMA-180] Image Carousel for Tagg Posts (#77) * image carousel done * fixed a minor bug * TikTok is TikTok NOT Tiktok OKAY? Co-authored-by: Husam Salhab <47015061+hsalhab@users.noreply.github.com> --- src/routes/authentication/AuthProvider.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/routes/authentication') diff --git a/src/routes/authentication/AuthProvider.tsx b/src/routes/authentication/AuthProvider.tsx index 68182ee3..55a6f3ad 100644 --- a/src/routes/authentication/AuthProvider.tsx +++ b/src/routes/authentication/AuthProvider.tsx @@ -169,7 +169,7 @@ const AuthProvider: React.FC = ({children}) => { loadSocialPosts(userId, social).then((accountData) => { socialAccounts[social] = accountData; setSocialAccounts(socialAccounts); - console.log('Updated posts data', social); + console.log('Refreshed posts data:', social); }); } setSocialsNeedUpdate([]); -- cgit v1.2.3-70-g09d2