Skip to content

Commit

Permalink
Merge pull request kodadot#11023 from uDaiko/hide-count-bar
Browse files Browse the repository at this point in the history
conditionally rendering slider
  • Loading branch information
vikiival authored Sep 21, 2024
2 parents 20d0344 + 1c98964 commit a793b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/collection/drop/GenerativePreview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
</div>
<CollectionUnlockableSlider
v-if="drop.max"
v-if="drop.max && !isUnlimited"
class="text-neutral-5 dark:text-neutral-9"
:value="drop.minted / drop.max"
/>
Expand Down

0 comments on commit a793b84

Please sign in to comment.