diff options
author | Ivan Chen <ivan@tagg.id> | 2021-01-26 18:35:41 -0500 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-01-26 18:35:41 -0500 |
commit | e897fdbbbe8442f05000645395753ff008a19bf4 (patch) | |
tree | 098eae747056e0efc7d3a248b6fbe1df4d70f886 /src/components/profile/ProfilePreview.tsx | |
parent | d70ade2e653ee93aca09d62ab7822b8d0f6dc2b5 (diff) |
use thumbnails for notification screen
Diffstat (limited to 'src/components/profile/ProfilePreview.tsx')
-rw-r--r-- | src/components/profile/ProfilePreview.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/profile/ProfilePreview.tsx b/src/components/profile/ProfilePreview.tsx index 000dd5c5..38defb8d 100644 --- a/src/components/profile/ProfilePreview.tsx +++ b/src/components/profile/ProfilePreview.tsx @@ -44,7 +44,6 @@ const ProfilePreview: React.FC<ProfilePreviewProps> = ({ useEffect(() => { (async () => { - console.log(thumbnail_url); const response = await loadImageFromURL(thumbnail_url); if (response) { setAvatar(response); |