@@ -94,9 +94,9 @@ export default new Vuex.Store({
|
||||
//Save all the totals for the user
|
||||
state.userTotals = totalsObject
|
||||
|
||||
// Object.keys(totalsObject).forEach( key => {
|
||||
// console.log(key + ' -- ' + totalsObject[key])
|
||||
// })
|
||||
Object.keys(totalsObject).forEach( key => {
|
||||
console.log(key + ' -- ' + totalsObject[key])
|
||||
})
|
||||
}
|
||||
|
||||
},
|
||||
|
Reference in New Issue
Block a user