yarn lint --fix

This commit is contained in:
ogerly 2022-03-15 17:18:32 +01:00
parent baf4f66604
commit 9bd74cb148

View File

@ -65,9 +65,7 @@ export default {
.then(() => {
this.deleteTransactionLink(id)
})
.catch((err) => {
console.log(err)
})
.catch(() => {})
},
},
}