diff --git a/app/views/accounts/_bio.html.haml b/app/views/accounts/_bio.html.haml index efc26d136..7d6419d09 100644 --- a/app/views/accounts/_bio.html.haml +++ b/app/views/accounts/_bio.html.haml @@ -1,4 +1,4 @@ -- proofs = account.identity_proofs.active +- proofs = account&.identity_proofs&.active || [] - fields = account.fields .public-account-bio