Skip to content

Commit e7f3517

Browse files
cleanup
1 parent 76d3f94 commit e7f3517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Avatar/Avatar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,14 +116,14 @@ export const Avatar: React.FC<AvatarProps> = (props) => {
116116
),
117117
}}
118118
style={[
119+
image,
119120
size
120121
? {
121122
borderRadius: size / 2,
122123
height: size,
123124
width: size,
124125
}
125126
: {},
126-
image,
127127
imageStyle,
128128
]}
129129
testID={testID || 'avatar-image'}

0 commit comments

Comments
 (0)