Skip to content

Commit

Permalink
Fix no user listed in org teams page (#22979)
Browse files Browse the repository at this point in the history
  • Loading branch information
yp05327 and lunny committed Feb 19, 2023
1 parent d32af84 commit d5e417a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/shared/user/avatarlink.tmpl
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<a class="avatar"{{if gt .user.ID 0}} href="{{.user.HomeLink}}"{{end}}>{{avatar $.Context .}}</a>
<a class="avatar"{{if gt .user.ID 0}} href="{{.user.HomeLink}}"{{end}}>{{avatar $.Context .user}}</a>

0 comments on commit d5e417a

Please sign in to comment.