We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b49c11b + ce4c507 commit 3467690Copy full SHA for 3467690
1 file changed
app/sprinkles/admin/templates/pages/user.html.twig
@@ -94,7 +94,7 @@
94
<i class="fa fa-fw fa-bolt fa-lg text-yellow" title="{{translate('UNACTIVATED')}}"></i>
95
{% endif %}
96
</div>
97
- <h4 class="text-muted text-center">{{user.user_name}}{% if 'group' not in fields.hidden %} • {{user.group.name}}{% endif %}</h4>
+ <h4 class="text-muted text-center">{{user.user_name}}{% if 'group' not in fields.hidden and user.group.name is not null %} • {{user.group.name}}{% endif %}</h4>
98
99
{% if 'email' not in fields.hidden %}
100
<hr>
0 commit comments