From 6077cc6afd61747a559c917b59ba8f379233355d Mon Sep 17 00:00:00 2001 From: Roman Hotsiy Date: Tue, 18 Apr 2017 16:40:31 +0300 Subject: [PATCH] fix: don't show contact if it is empty object --- lib/components/ApiInfo/api-info.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/components/ApiInfo/api-info.html b/lib/components/ApiInfo/api-info.html index e11178c85f..725de4e96a 100644 --- a/lib/components/ApiInfo/api-info.html +++ b/lib/components/ApiInfo/api-info.html @@ -6,7 +6,7 @@

{{info.title}} ({{info.version}})

- Contact: + Contact: {{info.contact.name || info.contact.url}}