Skip to content

Commit

Permalink
Merge pull request #154 from conedevelopment/szepeviktor-patch-1
Browse files Browse the repository at this point in the history
Remove backtick from queued-medium
  • Loading branch information
iamgergo authored Sep 25, 2023
2 parents 03ff95c + 12333a4 commit 922a805
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/media/queued-medium.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class="progressbar__inner"
aria-valuemax="100"
aria-labelledby="progress-caption"
>
<div class="progressbar__indicator" x-bind:style="item.progress && { inlineSize: `${item.progress}%` }"></div>
<div class="progressbar__indicator" x-bind:style="item.progress && { inlineSize: item.progress + '%' }"></div>
</div>
<div x-bind:id="item.hash" class="progressbar__caption" x-text="item.name"></div>
</div>
Expand Down

0 comments on commit 922a805

Please sign in to comment.