Fixed percentage display for initial habits

This commit is contained in:
Verox001 2024-01-31 10:43:44 +01:00
parent 0858930786
commit e608bae846

View File

@ -109,7 +109,7 @@
</button>
<div class="col-12">
<div class="progress" style="height: 2px; width: 90%">
<div class="progress-bar" id="progress-bar-{{habit.id}}" role="progressbar" style="width: {{ habit.percentage }};"></div>
<div class="progress-bar" id="progress-bar-{{habit.id}}" role="progressbar" style="width: {{ habit.percentage }}%;"></div>
</div>
</div>
</li>