fix: don't show profile warning if no warning is set
This commit is contained in:
parent
2ec7e54a8e
commit
b9ffe00042
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</article>
|
||||
{% if not is_self %}
|
||||
{% if not is_self and profile.settings.warning %}
|
||||
<script>
|
||||
setTimeout(() => {
|
||||
// check for warning
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue