From f6e23db94fdfaf2fcabca89b5a302b842eaa6a0f Mon Sep 17 00:00:00 2001 From: Rioting Pacifist Date: Fri, 28 Feb 2020 17:34:09 +0000 Subject: [PATCH] make phone number optional --- src/partials/profile.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/partials/profile.html b/src/partials/profile.html index 1213786..fbfcde6 100644 --- a/src/partials/profile.html +++ b/src/partials/profile.html @@ -9,7 +9,7 @@
{{#if r.location.city}}
{{#if r.location.address}}{{r.location.address}}, {{/if}}{{r.location.city}}{{#if r.location.region}}, {{r.location.region}}{{/if}}{{#if r.location.country}}, {{r.location.country}}{{/if}}
{{/if}} -
{{r.contact.phone}}
+ {{#if r.contact.phone}}
{{r.contact.phone}}
{{/if}}
{{{r.contact.email}}}
{{{r.contact.website}}}