resolve conflict

This commit is contained in:
ogerly 2022-04-12 16:21:26 +02:00
parent 841cf2514f
commit 7224fd7cf7

View File

@ -56,18 +56,6 @@ export default {
updateTransactions(pagination) {
this.$emit('update-transactions', pagination)
},
<<<<<<< HEAD
showGdtBalance(boolean) {
if (Boolean) {
this.titel_gdt += `( ${
this.GdtBalance === null ? '—' : this.$n(this.GdtBalance, 'decimal')
} GDT)`
} else {
this.titel_gdt = this.$t('gdt.gdt')
}
},
=======
>>>>>>> 183eb0bbf (remove function from tab)
},
}
</script>