mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
remove store update of GDT
This commit is contained in:
parent
af329e3fdf
commit
a353d2045c
@ -108,7 +108,6 @@ export default {
|
|||||||
const result = await communityAPI.transactions(this.$store.state.session_id)
|
const result = await communityAPI.transactions(this.$store.state.session_id)
|
||||||
|
|
||||||
if (result.success) {
|
if (result.success) {
|
||||||
this.$store.state.user.balance_gdt = result.result.data.gdtSum
|
|
||||||
this.items = result.result.data.transactions
|
this.items = result.result.data.transactions
|
||||||
this.count = result.result.data.count
|
this.count = result.result.data.count
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user