Skip to content

Commit

Permalink
Fix: warning in OfferItem Skeleton circle attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
TiagooGomess committed Mar 24, 2022
1 parent f192660 commit 879a332
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const OfferItem = ({ offer, offerIdx, selectedOfferIdx, setSelectedOfferIdx, loa
<ListItemAvatar>
{loading ?
<Avatar data-testid="avatar-skeleton" variant="circular" classes={{ colorDefault: "transparent" }}>
<Skeleton circle width={100} height={100} />
<Skeleton circle="true" width={100} height={100} />
</Avatar>
:
<Avatar
Expand Down

0 comments on commit 879a332

Please sign in to comment.