From cdb0633d192dc56b52a71688953b45792e83aa56 Mon Sep 17 00:00:00 2001 From: Phillip Thelen Date: Thu, 26 Sep 2024 11:41:55 +0200 Subject: [PATCH] fix admin panel display --- .../admin-panel/user-support/subscriptionAndPerks.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/client/src/components/admin-panel/user-support/subscriptionAndPerks.vue b/website/client/src/components/admin-panel/user-support/subscriptionAndPerks.vue index 94dfd240aea..293e6d360e2 100644 --- a/website/client/src/components/admin-panel/user-support/subscriptionAndPerks.vue +++ b/website/client/src/components/admin-panel/user-support/subscriptionAndPerks.vue @@ -133,7 +133,7 @@ class="form-control" type="number" min="0" - max="25" + max="26" step="5" > @@ -143,7 +143,7 @@ Total Gem cap: - {{ Number(hero.purchased.plan.consecutive.gemCapExtra) + 25 }} + {{ Number(hero.purchased.plan.consecutive.gemCapExtra) + 24 }}
@@ -156,7 +156,7 @@ class="form-control" type="number" min="0" - :max="hero.purchased.plan.consecutive.gemCapExtra + 25" + :max="hero.purchased.plan.consecutive.gemCapExtra + 24" step="1" >