hide confetti award when not birthgay

pull/157/head
Aevann 2023-06-26 13:30:24 +03:00
parent 05e5956237
commit f04e86911d
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
{{ stackable_award('firework') }}
{% endif %}
{% if p.award_count("confetti", v) %}
{% if p.award_count("confetti", v) and IS_BIRTHGAY() %}
<div class="confetti w-100 h-100"></div>
{% endif %}