Skip to content

Commit

Permalink
missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
kentcdodds committed Jul 6, 2023
1 parent 9a80a94 commit bc751e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/resources+/login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ export function InlineLogin({
status={
loginFetcher.state === 'submitting'
? 'pending'
: loginFetcher.data?.status
: loginFetcher.data?.status ?? 'idle'
}
type="submit"
disabled={loginFetcher.state !== 'idle'}
Expand Down

0 comments on commit bc751e7

Please sign in to comment.