fix: trailing comma when no pagination block rendered
This commit is contained in:
parent
e9dc4208e0
commit
10280f60f1
@ -120,7 +120,8 @@
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
}{% if total_pages > 1 %},
|
||||||
|
{% endif %}
|
||||||
{% if total_pages > 1 %}
|
{% if total_pages > 1 %}
|
||||||
{
|
{
|
||||||
"widgettype": "HBox",
|
"widgettype": "HBox",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user