Skip to content

Commit

Permalink
Remove backtick from queued-medium
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor authored Sep 25, 2023
1 parent 9999fa3 commit 12333a4
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 12333a4

Please sign in to comment.