From fa60c9a23220fb37c022325a03d1a54b943f30f0 Mon Sep 17 00:00:00 2001 From: Keith Holliday Date: Mon, 14 May 2018 22:18:23 -0500 Subject: [PATCH] Reset stats after allocation (#10363) --- website/client/components/userMenu/profileStats.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/website/client/components/userMenu/profileStats.vue b/website/client/components/userMenu/profileStats.vue index 16af67fd0c..01f9fc8383 100644 --- a/website/client/components/userMenu/profileStats.vue +++ b/website/client/components/userMenu/profileStats.vue @@ -307,6 +307,13 @@ stats: statUpdates, }); + this.statUpdates = { + str: 0, + int: 0, + con: 0, + per: 0, + }; + this.loading = false; }, allocateNow () {