Skip to content

Commit

Permalink
fix(/manga): stop showing net errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Jabster28 committed Sep 11, 2020
1 parent b0b9759 commit fb51413
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/Manga.vue
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,6 @@ export default Vue.extend({
.catch((e: string) => {
console.log(e);
this.$q.loading.hide();
this.error = e;
});
}
}
Expand Down

1 comment on commit fb51413

@vercel
Copy link

@vercel vercel bot commented on fb51413 Sep 11, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.