Skip to content

Commit

Permalink
Fixed calling loggedInUserSquare template
Browse files Browse the repository at this point in the history
  • Loading branch information
Lan2u committed Jul 16, 2024
1 parent f5e02ab commit 38b48b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const registerNavBar = () => {
<a href="/equipment">Equipment</a>
<a href="/areas">Areas</a>
<a href="/log-out">Log out</a>
{{loggedInUserSquare user}}
{{> loggedInUserSquare user}}
</nav>
`
);
Expand Down

0 comments on commit 38b48b3

Please sign in to comment.