diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb
index eebdb80aa..c36fc5a63 100644
--- a/app/views/users/show.html.erb
+++ b/app/views/users/show.html.erb
@@ -14,7 +14,7 @@
<%= image_tag user_avatar_path(@user), alt: "Profile avatar for #{@user.name}", class: "avatar", size: 128 %>
- <% if !@user.active? %>
+ <% if @user.active? %>
<%= @user.name %>
<%= mail_to @user.email_address %>