fix
This commit is contained in:
parent
c9a498754d
commit
aa0c9e4c7d
1 changed files with 5 additions and 3 deletions
|
@ -54,9 +54,11 @@
|
|||
|
||||
<div class="col-span-full">
|
||||
|
||||
{% with comments=notifications %}
|
||||
{% include "comments.html" %}
|
||||
{% endwith %}
|
||||
<div class="col-span-full px-2.5 md:px-0">
|
||||
{% with comments=notifications %}
|
||||
{% include "comments.html" %}
|
||||
{% endwith %}
|
||||
</div>
|
||||
|
||||
{% if not notifications %}
|
||||
<div class="flex flex-col items-center justify-center py-24 md:py-48">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue