fix monthly playtime not displaying
this bug was introduced in d622ddfbf3
This commit is contained in:
parent
11cea2142a
commit
cd90d60475
|
@ -100,7 +100,7 @@
|
|||
{% endif %}
|
||||
</tbody>
|
||||
</table>
|
||||
{% if month_playtime %}
|
||||
{% if month_playtimes %}
|
||||
<h1 class="text-5xl text-center my-6">Playtime per month</h1>
|
||||
<table class="responsive-table">
|
||||
<tbody>
|
||||
|
|
Loading…
Reference in New Issue