diff options
author | Ivan Chen <ivan@thetaggid.com> | 2020-10-27 20:44:36 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-27 20:44:36 -0400 |
commit | 24c269c9d52ec7cf2cd383a8d7c3aee43ed475c1 (patch) | |
tree | 39044f1b6a4f52db941a75f9fa30a1184bf06720 /src/routes/authentication/AuthProvider.tsx | |
parent | b41a975012172ba336b27ab3d64ed078b07633cd (diff) |
[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>
Diffstat (limited to 'src/routes/authentication/AuthProvider.tsx')
-rw-r--r-- | src/routes/authentication/AuthProvider.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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([]); |