diff --git a/frontend/src/components/LoginButtons.tsx b/frontend/src/components/LoginButtons.tsx index d355afa..549e514 100644 --- a/frontend/src/components/LoginButtons.tsx +++ b/frontend/src/components/LoginButtons.tsx @@ -7,7 +7,7 @@ type Props = { onDontClick?: () => void } -export default function LoginButtons(props: Props) { +export default function LoginButtons(props: Props): JSX.Element { const { onDontClick } = props return (