remove the extra filter #12842

This commit is contained in:
Abhimanyu Saharan 2023-06-25 15:34:46 +05:30 committed by GitHub
parent 9b93d1bd5a
commit a20931a014
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,7 +38,7 @@
</h5> </h5>
<div class="card-body"> <div class="card-body">
{% include 'inc/sync_warning.html' with object=module %} {% include 'inc/sync_warning.html' with object=module %}
{% if module.reports|length %} {% if module.reports %}
<table class="table table-hover table-headings reports"> <table class="table table-hover table-headings reports">
<thead> <thead>
<tr> <tr>