Skip to content
Snippets Groups Projects
Commit fa4a1f0b authored by Calum Mackervoy's avatar Calum Mackervoy
Browse files

fixed first name display in userDetails

parent dbf918f3
No related branches found
No related tags found
1 merge request!86fixed first name display in userDetails
......@@ -17,8 +17,7 @@ include templates/hd-user-avatar.pug
details#user-controls
summary(tabindex='0' role='button')
sib-display#user-controls__profile(
fields='firstName, account.picture'
extra-context='{firstName:"first_name"}'
fields='first_name, account.picture'
widget-account.picture='hd-user-avatar'
bind-user
)
......
......@@ -157,7 +157,7 @@
width: 45%;
}
sib-display-value[name='firstName'] {
sib-display-value[name='first_name'] {
@include icon('arrow-down');
align-items: center;
display: flex;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment