remove store update of GDT

This commit is contained in:
Moriz Wahl 2021-04-30 02:14:18 +02:00
parent af329e3fdf
commit a353d2045c

View File

@ -108,7 +108,6 @@ export default {
const result = await communityAPI.transactions(this.$store.state.session_id)
if (result.success) {
this.$store.state.user.balance_gdt = result.result.data.gdtSum
this.items = result.result.data.transactions
this.count = result.result.data.count
} else {