From 3530d994ff95c79c44637fdf2a0a9a003b5891e1 Mon Sep 17 00:00:00 2001 From: Viki Val Date: Thu, 11 May 2023 15:54:24 +0200 Subject: [PATCH] :bug: nft bought is too soon, close #5622 --- .../GalleryItemAction/GalleryItemActionType/GalleryItemBuy.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/gallery/GalleryItemAction/GalleryItemActionType/GalleryItemBuy.vue b/components/gallery/GalleryItemAction/GalleryItemActionType/GalleryItemBuy.vue index 40b9fbae17..1e45c129e6 100644 --- a/components/gallery/GalleryItemAction/GalleryItemActionType/GalleryItemBuy.vue +++ b/components/gallery/GalleryItemAction/GalleryItemActionType/GalleryItemBuy.vue @@ -188,7 +188,7 @@ const handleBuy = async () => { } try { - transaction({ + await transaction({ interaction: ShoppingActions.BUY, currentOwner: props.currentOwner, price: props.nftPrice,