diff --git a/bookwyrm/templates/lists/lists.html b/bookwyrm/templates/lists/lists.html
index ad2dfbaf8..96ad81533 100644
--- a/bookwyrm/templates/lists/lists.html
+++ b/bookwyrm/templates/lists/lists.html
@@ -33,9 +33,7 @@
{% if lists %}
Recent Lists
- {% if request.user.list_set.exists %}
{% include 'lists/list_items.html' with lists=lists %}
- {% endif %}