fix allocate() function in (#9105)

website/client/components/userMenu/profile.vue
This commit is contained in:
Trevor Ford
2017-09-29 19:48:24 -04:00
committed by Keith Holliday
parent 7671347d3a
commit d89fc209d1

View File

@@ -795,7 +795,7 @@ export default {
return display;
},
allocate (stat) {
allocate(this.user, stat);
allocate(this.user, {query: { stat }});
axios.post(`/api/v3/user/allocate?stat=${stat}`);
},
allocateNow () {