about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--app/views/about/_contact.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/about/_contact.html.haml b/app/views/about/_contact.html.haml
index 39e4e98ec..292a58575 100644
--- a/app/views/about/_contact.html.haml
+++ b/app/views/about/_contact.html.haml
@@ -9,7 +9,7 @@
             %span.display_name.emojify= display_name(contact.contact_account)
             %span.username @#{contact.contact_account.acct}
 
-    - if contact.site_contact_email
+    - unless contact.site_contact_email.blank?
       .contact-email
         = t 'about.business_email'
         %strong= contact.site_contact_email