Skip to content

Commit

Permalink
typefix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanmtz committed Jan 9, 2025
1 parent b6fa6d4 commit 4a1598c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/session/login-button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const Content = styled.div`

interface LoginButtonProps extends RouteComponentProps, WithStyles<typeof styles> {
referrer?: Location;
location?: any
location: any
contrast?: boolean
includeForm?: boolean
hideExtra?: boolean
Expand Down

0 comments on commit 4a1598c

Please sign in to comment.