Fixed wrong progress in results page

This commit is contained in:
Moritz Kröger 2017-08-27 17:01:10 +02:00
parent 8284b528f7
commit b6f8c865d2

View file

@ -19,7 +19,7 @@
<feather-zoom-in class="results-see-more" />
<party-percentage
class="result-percentage"
:value="getScorePercentage(party.score)"
:value="party.score"
:max="totalScoredPoints" />
</router-link>
</li>