Skip to content

Commit

Permalink
Merge pull request #49684 from bernhardoj/fix/49548-avatar-skeleton-p…
Browse files Browse the repository at this point in the history
…osition
  • Loading branch information
francoisl committed Sep 25, 2024
2 parents f74fc3a + fa3c9b5 commit b79da40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AccountSwitcherSkeletonView/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function AccountSwitcherSkeletonView({shouldAnimate = true, avatarSize = CONST.A
const StyleUtils = useStyleUtils();
const avatarPlaceholderSize = StyleUtils.getAvatarSize(avatarSize);
const avatarPlaceholderRadius = avatarPlaceholderSize / 2;
const startPositionX = 30;
const startPositionX = avatarPlaceholderRadius;

return (
<View style={styles.avatarSectionWrapperSkeleton}>
Expand Down

0 comments on commit b79da40

Please sign in to comment.