fix case of null user in auth
This commit is contained in:
parent
a83aee1452
commit
e39afb3a59
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ export class AuthPage extends React.PureComponent {
|
|||
<div className="card__content">
|
||||
{!isPending &&
|
||||
!email &&
|
||||
user &&
|
||||
!user.has_verified_email &&
|
||||
<p>
|
||||
{__("Create a verified identity and receive LBC rewards.")}
|
||||
|
|
Loading…
Reference in a new issue