Skip to content

Commit

Permalink
fix(final-preview-step.tsx): removed the second alert("Some Error Occ…
Browse files Browse the repository at this point in the history
…ured") povided to the User

Since when an error happened the user was getting 2 alerts, I removed the generic alert in the
dashboard application

404
  • Loading branch information
code-Gambler committed Feb 23, 2024
1 parent 9269128 commit 905ca34
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 905ca34

Please sign in to comment.