Skip to content

Commit a7535c9

Browse files
committed
fix: remove duplicated usage impact
1 parent 3fd1262 commit a7535c9

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

templates/environmentalimpact-item.html.twig

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,7 @@
5858
</div>
5959
</div>
6060
</div>
61-
{% if usage_impact.fields.gwp ?? null is not null %}
62-
<div class="h1 mb-3">{{ usage_impact.getHumanReadableImpact('gwp')|raw }}</div>
63-
{% endif %}
6461
</div>
65-
6662
<div>
6763
{% if not usage_impact.isNewItem() or usage_carbon_emission_count > 0 %}
6864
{% set reset_args = "{_glpi_csrf_token: '" ~ csrf_token() ~ "', reset: '', itemtype: '" ~ asset.getType() ~ "', items_id: '" ~ asset.getID() ~ "'}" %}

0 commit comments

Comments
 (0)