Skip to content

fix(backend): user or group has null as description

Hannes Heine requested to merge fix-description-not-show-null into master

Created by: Elweyn

🍰 Pullrequest

As user it is strange to see a description block with 'null' written in it. Check that about !== 'null' cause the resolver has an undefinedToNull on about.

Issues

Todo

  • Fix the backend response

Merge request reports