diff --git a/app/views/members/show.html.erb b/app/views/members/show.html.erb
index e46670b..afeacec 100644
--- a/app/views/members/show.html.erb
+++ b/app/views/members/show.html.erb
@@ -10,7 +10,6 @@
<%= t('members.attributes.address') %> | <%= simple_format @member.address %> |
<%= t('members.attributes.wants_mailing_list') %> | <%= bool_option @member.wants_mailing_list %> |
<%= t('members.attributes.prefers_postal') %> | <%= bool_option @member.prefers_postal %> |
- <%= t('members.attributes.address') %> | <%= simple_format @member.address %> |
<%= t('members.attributes.joined_on') %> | <%= @member.joined_on %> |
<%= t('members.attributes.expires_on') %> | <%= @member.expires_on %> |
<%= t('members.attributes.status') %> | <%= @member.status %> |