Skip to content

Commit 529f75e

Browse files
committed
fix: format
1 parent 89ccfc7 commit 529f75e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ui/src/user/Login.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ const Login = observer(() => {
7676
className="login"
7777
color="primary"
7878
disabled={
79-
!!currentUser.connectionErrorMessage || currentUser.authenticating
79+
!!currentUser.connectionErrorMessage ||
80+
currentUser.authenticating
8081
}
8182
style={{marginTop: 15, marginBottom: 5}}
8283
loading={currentUser.authenticating}

0 commit comments

Comments
 (0)