Skip to content

Commit

Permalink
Logged in user square working
Browse files Browse the repository at this point in the history
  • Loading branch information
Lan2u committed Jul 16, 2024
1 parent 38b48b3 commit 3cd2a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/logged-in-user-square.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const registerLoggedInUserSquare = () => {
'loggedInUserSquare',
`
<a href="/me">
{{avatar_thumbnail member=user}}
{{avatar_thumbnail this.emailAddress this.memberNumber}}
</a>
`
);
Expand Down

0 comments on commit 3cd2a8e

Please sign in to comment.