Skip to content

Commit

Permalink
Merge pull request #33 from ArkProjectNFTs/fix/offer-success-toas
Browse files Browse the repository at this point in the history
feat(offer): update make offer success toast
  • Loading branch information
gershon authored Jun 28, 2024
2 parents b122f87 + 679fb3b commit ba5569e
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,7 @@ export default function TokenActionsMakeOffer({
...processedValues,
});

toast("Your offer is successfully sent!", {
description: <>dadwa</>,
});
toast.success("Your offer is successfully sent!");
}

if (!account || isOwner) {
Expand Down

0 comments on commit ba5569e

Please sign in to comment.