fix(final-preview-step.tsx): removed the second alert("Some Error Occured") 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
This commit is contained in:
Steven
2024-02-22 20:48:18 -05:00
parent 926912817d
commit 905ca345eb

View File

@@ -51,8 +51,6 @@ export default function FinalPreviewStep({
if (response === null) {
setLoading(false)
alert("Some error occurred!")
return
}
navigate(`/groups/off-chain/${response.id}`)