Skip to content

Commit

Permalink
fix: remove duplicate toast
Browse files Browse the repository at this point in the history
  • Loading branch information
milorue committed Apr 7, 2022
1 parent 3523074 commit 6e558d7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/common/components/forms/UpdateSellForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,6 @@ const UpdateSellForm: FC<UpdateSellFormProps> = ({

await connection.confirmTransaction(signature, `confirmed`);

toast.success(`Update listing confirmed`);

await refetch();

toast.success('Update listing confirmed.');
Expand Down

0 comments on commit 6e558d7

Please sign in to comment.