Skip to content

Commit

Permalink
refactor: remove handler of unknown error
Browse files Browse the repository at this point in the history
  • Loading branch information
davidyuk committed Jul 7, 2021
1 parent 5b05a60 commit 74a4785
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/layout/sendTip/SendTip.vue
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,6 @@ export default {
});
EventBus.$emit('reloadData');
} catch (error) {
if (error.code && error.code === 4) {
return;
}
console.error(error);
this.$store.dispatch('modals/open', {
name: 'failure',
Expand Down

0 comments on commit 74a4785

Please sign in to comment.