Update filter functions to display properly when users env access has been revoked

This commit is contained in:
leigh-mil
2020-01-14 14:47:41 -05:00
parent 17864cc060
commit 11b3120bfd
3 changed files with 5 additions and 4 deletions

View File

@@ -126,7 +126,7 @@
{{ env.environment_name }}
</span>
<span class="env-role__role">
: {{ env.role.value }}
: {{ env.role }}
</span>
</div>
{% endfor %}