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,