diff options
author | Ivan Chen <ivan@tagg.id> | 2021-05-20 16:40:31 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-05-20 16:40:31 -0400 |
commit | e797361b81778a08de2bc81038196ba62126fc59 (patch) | |
tree | ddae3b099e281c3d4e3b7b2841886e07f41b700a /src/components/profile/TaggAvatar.tsx | |
parent | 3fd9c10aadb874a0fd0c0c206c8a4a9d83e939a0 (diff) |
Revert change to avatar, using another design
Diffstat (limited to 'src/components/profile/TaggAvatar.tsx')
-rw-r--r-- | src/components/profile/TaggAvatar.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/profile/TaggAvatar.tsx b/src/components/profile/TaggAvatar.tsx index 7b0f0d6f..8cd52a2f 100644 --- a/src/components/profile/TaggAvatar.tsx +++ b/src/components/profile/TaggAvatar.tsx @@ -79,8 +79,8 @@ const TaggAvatar: React.FC<TaggAvatarProps> = ({ <Avatar style={[styles.image, style]} uri={avatar} - // loading={loading} - // loadingStyle={styles.loadingLarge} + loading={loading} + loadingStyle={styles.loadingLarge} /> {editable && !validImage && |