Complete rewrite of local state management.
This commit is contained in:
@@ -65,11 +65,7 @@ class SignInForm extends React.Component {
|
||||
Log in
|
||||
</Button>
|
||||
</Form.Item>
|
||||
{errorMessage ? (
|
||||
<Alert message={errorMessage} type="error" />
|
||||
) : (
|
||||
null
|
||||
)}
|
||||
{errorMessage ? <Alert message={errorMessage} type="error" /> : null}
|
||||
</Form>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user