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

Commit

Permalink
fix: linter
Browse files Browse the repository at this point in the history
  • Loading branch information
joostdecock committed Jan 8, 2022
1 parent 0945429 commit 44865f8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/person.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ const Person = (props) => {
<div className="avatar">
<img
src={
props?.data?.pictureUris ? props?.data?.pictureUris?.m : 'https://freesewing.org/avatar.svg'
props?.data?.pictureUris
? props?.data?.pictureUris?.m
: 'https://freesewing.org/avatar.svg'
}
/>
</div>
Expand Down

0 comments on commit 44865f8

Please sign in to comment.