fix: don't show profile warning if no warning is set

This commit is contained in:
trisua 2025-04-11 18:13:41 -04:00
parent 2ec7e54a8e
commit b9ffe00042

View file

@ -289,7 +289,7 @@
</div> </div>
</div> </div>
</article> </article>
{% if not is_self %} {% if not is_self and profile.settings.warning %}
<script> <script>
setTimeout(() => { setTimeout(() => {
// check for warning // check for warning