Skip to content

Commit

Permalink
sonarcloud pls
Browse files Browse the repository at this point in the history
  • Loading branch information
NatSquared committed Aug 16, 2024
1 parent 0c67821 commit d3d3862
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ const TeamMemberListSkeleton = () => {
return (
<>
{Array.from({ length: 3 }).map((_, index) => (
<Grid item container spacing={2} alignItems="center" key={`static-${index}`}>
<Grid item container spacing={2} alignItems="center">
<Grid item>
<Skeleton variant="circular" width={32} height={32} />
</Grid>
Expand Down

0 comments on commit d3d3862

Please sign in to comment.