Skip to content

Commit

Permalink
Misc Sign Up QA fixes (#7869)
Browse files Browse the repository at this point in the history
  • Loading branch information
DejayJD authored Mar 19, 2024
1 parent c259739 commit cb27af1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/web/src/pages/sign-up-page/SignUpPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ export const SignUpPage = () => {
<SignUpRoute exact path={SIGN_UP_COMPLETED_REDIRECT}>
<Redirect to={FEED_PAGE} />
</SignUpRoute>
<SignUpRoute path='*' />
</Switch>
</RouteContextProvider>
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ export const FollowArtistCard = (props: FollowArtistTileProps) => {
)
togglePreview(user_id)
}}
css={{ cursor: 'pointer' }}
/>
</Box>
))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ export const HandleField = forwardRef(
!isWaitingForValidation && !error && handle ? IconCheck : undefined
}
IconProps={{ size: 'l', color: 'default' }}
error={!!error}
onChange={(e) => {
onChange?.(e)
handleChange()
Expand Down

0 comments on commit cb27af1

Please sign in to comment.