Skip to content

Commit

Permalink
Fix sign up toasts not going away (#7944)
Browse files Browse the repository at this point in the history
  • Loading branch information
DejayJD authored Mar 26, 2024
1 parent 8ef5ec1 commit 2222c9d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/web/src/common/store/pages/signon/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -423,8 +423,7 @@ export function removeFollowArtists(userIds: ID[]) {

export const showRequiresAccountModal = () =>
toastActions.toast({
content: 'Oops, it looks like you need an account to do that!',
timeout: 300000
content: 'Oops, it looks like you need an account to do that!'
})

/**
Expand Down

0 comments on commit 2222c9d

Please sign in to comment.