diff --git a/src/components/ListOfTipsAndComments.vue b/src/components/ListOfTipsAndComments.vue index 1acedf7bf..429a44d9b 100644 --- a/src/components/ListOfTipsAndComments.vue +++ b/src/components/ListOfTipsAndComments.vue @@ -143,7 +143,7 @@ export default { this.error = false; } catch (error) { this.error = true; - throw error; + console.error(error); } finally { this.showLoading = false; } diff --git a/src/components/SendComment.vue b/src/components/SendComment.vue index 64710f987..e10e1c74d 100644 --- a/src/components/SendComment.vue +++ b/src/components/SendComment.vue @@ -15,7 +15,6 @@