fix monthly playtime not displaying
Django CI/CD / test (push) Successful in 1m1s Details
Django CI/CD / build-and-push (push) Successful in 2m12s Details

this bug was introduced in d622ddfbf3
This commit is contained in:
Lukáš Kucharczyk 2024-12-01 11:00:15 +01:00
parent 11cea2142a
commit cd90d60475
Signed by: lukas
SSH Key Fingerprint: SHA256:vMuSwvwAvcT6htVAioMP7rzzwMQNi3roESyhv+nAxeg
1 changed files with 1 additions and 1 deletions

View File

@ -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>