Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
luke-rt committed Apr 14, 2024
1 parent d004a45 commit 20992a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/shared-components/src/accounts/LoginButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ const LoginButton: React.FC<{
}> = ({ noMargin, pathname }) => {
return (
<LoginButtonStyles
$noMargin={noMargin}
$noMargin={noMargin ?? false}
href={`/accounts/login/?next=${pathname}`}
>
Login
Expand Down

0 comments on commit 20992a4

Please sign in to comment.