Skip to content

Commit

Permalink
Merge pull request #406 from code-Gambler/dev
Browse files Browse the repository at this point in the history
fix(final-preview-step.tsx): Removed the Uneccessary Alert the user was getting
  • Loading branch information
vplasencia authored Feb 23, 2024
2 parents 9269128 + 905ca34 commit cf789a9
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,6 @@ export default function FinalPreviewStep({

if (response === null) {
setLoading(false)
alert("Some error occurred!")

return
}
navigate(`/groups/off-chain/${response.id}`)
Expand Down

0 comments on commit cf789a9

Please sign in to comment.