From 94640c4492adb4cceb45702773f57e0646933196 Mon Sep 17 00:00:00 2001 From: RcleydsonR Date: Fri, 17 Feb 2023 18:06:58 -0300 Subject: [PATCH] Add try catch block if user reject a withdraw action --- src/components/ListingComponent/ListingComponent.vue | 2 +- src/components/SearchComponent.vue | 2 +- src/components/SpinnerComponent.vue | 4 ++-- src/views/ManageBidsView.vue | 11 ++++++++--- 4 files changed, 12 insertions(+), 7 deletions(-) diff --git a/src/components/ListingComponent/ListingComponent.vue b/src/components/ListingComponent/ListingComponent.vue index efe474f..7a88ad5 100644 --- a/src/components/ListingComponent/ListingComponent.vue +++ b/src/components/ListingComponent/ListingComponent.vue @@ -112,7 +112,7 @@ showInitialItems();