diff --git a/app/views/contents/_user_profile.html.erb b/app/views/contents/_user_profile.html.erb
index 383912a..1a04a03 100644
--- a/app/views/contents/_user_profile.html.erb
+++ b/app/views/contents/_user_profile.html.erb
@@ -1,2 +1,2 @@
<%= @hydrant.name ? @hydrant.name.titleize : "This hydrant" %> has been adopted by <%= @hydrant.user.name %>
-<%= @hydrant.user.organization.blank? ? "of #{@hydrant.user.organization}
".html_safe : nil %>
+<%= @hydrant.user.organization.blank? ? nil : "of #{@hydrant.user.organization}
".html_safe %>