deleting obsolete if statement

This commit is contained in:
Thomas Nahuel Rusiecki 2025-01-14 18:20:05 -03:00 committed by Cayo Puigdefabregas
parent 365f92601e
commit 37786cadae

View file

@ -47,7 +47,6 @@
</thead> </thead>
{% for snap in object.properties %} {% for snap in object.properties %}
<tbody> <tbody>
{% if snap.type == 0 %}
<tr> <tr>
<td> <td>
{{ snap.key }} {{ snap.key }}
@ -63,7 +62,6 @@
</small> </small>
</td> </td>
</tr> </tr>
{% endif %}
</tbody> </tbody>
{% endfor %} {% endfor %}
</table> </table>