Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dukenv0307 committed Mar 4, 2024
1 parent 5f599ae commit bcb3510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/signin/LoginForm/BaseLoginForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ function BaseLoginForm({account, credentials, closeAccount, blurOnSubmit = false
onSubmit={validateAndSubmitForm}
message={serverErrorText}
isAlertVisible={shouldShowServerError}
buttonStyles={[shouldShowServerError ? styles.mt3 : {}]}
buttonStyles={[shouldShowServerError ? styles.mt3 : {}]}
containerStyles={[styles.mh0]}
/>
{
Expand Down

0 comments on commit bcb3510

Please sign in to comment.