diff --git a/src/components/AuthenticationFlow/GitHubButton.tsx b/src/components/AuthenticationFlow/GitHubButton.tsx index bc263db20705..79f2c935fc0e 100644 --- a/src/components/AuthenticationFlow/GitHubButton.tsx +++ b/src/components/AuthenticationFlow/GitHubButton.tsx @@ -94,8 +94,6 @@ export function GitHubButton(props: GitHubButtonProps) { window.location.href = response.loginUrl; }; - return null; - return ( <>