From a8862d40d2a739943f8f7a7f9368dbee7d3af6e9 Mon Sep 17 00:00:00 2001 From: Dapoulp <74197441+Dapoulp@users.noreply.github.com> Date: Wed, 6 Aug 2025 01:15:56 +0200 Subject: [PATCH] Fix min to display slider (#619) * Fix min to display slider * Fix min to display slider --- templates/dialogs/dice-roll/costSelection.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/dialogs/dice-roll/costSelection.hbs b/templates/dialogs/dice-roll/costSelection.hbs index 11b9ea49..cf906538 100644 --- a/templates/dialogs/dice-roll/costSelection.hbs +++ b/templates/dialogs/dice-roll/costSelection.hbs @@ -14,13 +14,13 @@ {{/if}} {{#each costs as | cost index |}}
  • -
    +
    - {{#if (and scalable (gt maxStep 1))}} + {{#if (and scalable maxStep)}} {{/if}}