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 %}
|
{% endif %}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
{% if month_playtime %}
|
{% if month_playtimes %}
|
||||||
<h1 class="text-5xl text-center my-6">Playtime per month</h1>
|
<h1 class="text-5xl text-center my-6">Playtime per month</h1>
|
||||||
<table class="responsive-table">
|
<table class="responsive-table">
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
Loading…
Reference in New Issue