diff options
Diffstat (limited to 'src/components/profile')
| -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 8cd52a2f..7b0f0d6f 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 && |
