Hanninenjp/contacts-app

Contact address pipe does not correctly filter out null values

Closed this issue · 1 comments

Contact address pipe should filter out empty street address or city values, and additionally handle the case when the contact object is null.

Fixed, empty street address or city values are filtered out, and the case when the contact object is null is properly handled.