feat: use proper cotton boolean for removing padding on empty msg

This commit is contained in:
Herculino Trotta
2024-11-30 17:12:12 -03:00
parent 8331b3f7d4
commit 28c8a961bc
11 changed files with 11 additions and 11 deletions

View File

@@ -73,6 +73,6 @@
</table>
</div>
{% else %}
<c-msg.empty title="{% translate "No installment plans" %}" :remove-padding="True"></c-msg.empty>
<c-msg.empty title="{% translate "No installment plans" %}" remove-padding></c-msg.empty>
{% endif %}
</div>