Skip to content

Commit

Permalink
Fix underfined name
Browse files Browse the repository at this point in the history
  • Loading branch information
Vuthy committed Aug 12, 2019
1 parent 9e9de11 commit e370e20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/partials/dashboardSideNav.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<a href="#!user"><span class="circle grey-text text-darken-4 center" style="border-radius: 50%"><i class="material-icons medium">account_circle</i></span></a>
{{/ifCondA}}

<a href="#!name"><span class="white-text name">{{fullName}}</span></a>
<a href="#!name"><span class="white-text name">{{displayName}}</span></a>
<a href="#!email"><span class="white-text email">
{{#ifCondA role '==' 'admin'}}
Administrator
Expand Down

0 comments on commit e370e20

Please sign in to comment.