feat: show cutoff rating threshold in player history accordion (#21)
This commit is contained in:
@@ -130,6 +130,12 @@ function renderSparkline(values, opts) {
|
||||
<dd><%= player.excludedRoundsCount %></dd>
|
||||
</div>
|
||||
<% } %>
|
||||
<% if (player.cutoffRating != null && player.rating) { %>
|
||||
<div>
|
||||
<dt>Cutoff rating</dt>
|
||||
<dd><%= player.cutoffRating %></dd>
|
||||
</div>
|
||||
<% } %>
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user