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

this bug was introduced in d622ddfbf3bdc0edad6947ec9904890873aa0a09
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

View File

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