Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
louilinn committed Nov 7, 2023
1 parent 92df2bb commit 51c4cc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/components/AvatarHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ const AvatarHeader = ({
AvatarHeader.propTypes = {
hideImage: PropTypes.bool,
hidePlusIcon: PropTypes.bool,
url: PropTypes.string,
useCache: PropTypes.bool,
username: PropTypes.string,
url: PropTypes.string,
withClickEffect: PropTypes.bool,
withHoverEffect: PropTypes.bool,
};
Expand Down
5 changes: 1 addition & 4 deletions src/components/OnboardingStepper.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,7 @@ const OnboardingStepper = ({
/>
</Header>
{withHeaderAvatar && (
<AvatarHeader
url={values.avatarUrl}
username={username}
/>
<AvatarHeader url={values.avatarUrl} username={username} />
)}
<View mt={withHeaderAvatar ? 0 : '84px'}>
<Box
Expand Down

0 comments on commit 51c4cc2

Please sign in to comment.