mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
GDT / 10000
This commit is contained in:
parent
a353d2045c
commit
ad89cd7b32
@ -100,7 +100,7 @@ export default {
|
||||
async loadGDTBalance() {
|
||||
const result = await communityAPI.transactions(this.$store.state.session_id)
|
||||
if (result.success) {
|
||||
this.GdtBalance = result.result.data.gdtSum
|
||||
this.GdtBalance = result.result.data.gdtSum / 10000
|
||||
} else {
|
||||
// what to do when loading balance fails?
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user