Skip to content

Commit

Permalink
Update API.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pavinduLakshan authored Aug 9, 2024
1 parent c46e2d6 commit de409a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ const ProtectedRoute = ({ children }) => {
if (!isAuthenticated) {
return (
<button
onClick={ signIn }
onClick={ () => signIn() }
>
Sign In
</button>
Expand Down

0 comments on commit de409a3

Please sign in to comment.