fix err 500 when trying to read `identity_proofs` from a non-existant account

staging
multiple creatures 2019-08-15 09:08:16 -05:00
parent c19fc4cf9b
commit b6b5bae72c
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
- proofs = account.identity_proofs.active
- proofs = account&.identity_proofs&.active || []
- fields = account.fields
.public-account-bio