Skip to content
This repository was archived by the owner on Nov 11, 2023. It is now read-only.

Commit 44865f8

Browse files
committed
fix: linter
1 parent 0945429 commit 44865f8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/components/person.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ const Person = (props) => {
3535
<div className="avatar">
3636
<img
3737
src={
38-
props?.data?.pictureUris ? props?.data?.pictureUris?.m : 'https://freesewing.org/avatar.svg'
38+
props?.data?.pictureUris
39+
? props?.data?.pictureUris?.m
40+
: 'https://freesewing.org/avatar.svg'
3941
}
4042
/>
4143
</div>

0 commit comments

Comments
 (0)