Skip to content

Commit

Permalink
fix admin panel display
Browse files Browse the repository at this point in the history
  • Loading branch information
phillipthelen committed Sep 26, 2024
1 parent 959d6ee commit cdb0633
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
class="form-control"
type="number"
min="0"
max="25"
max="26"
step="5"
>
</div>
Expand All @@ -143,7 +143,7 @@
Total Gem cap:
</label>
<strong class="col-sm-9 col-form-label">
{{ Number(hero.purchased.plan.consecutive.gemCapExtra) + 25 }}
{{ Number(hero.purchased.plan.consecutive.gemCapExtra) + 24 }}
</strong>
</div>
<div class="form-group row">
Expand All @@ -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"
>
</div>
Expand Down

0 comments on commit cdb0633

Please sign in to comment.