From 09db4e48f4db4e88728020ca732cfdae25f999fa Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Thu, 26 May 2022 12:46:34 -0700 Subject: [PATCH] Hide rather than remove current shelve list items --- .../shelve_button/shelve_button_dropdown_options.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bookwyrm/templates/snippets/shelve_button/shelve_button_dropdown_options.html b/bookwyrm/templates/snippets/shelve_button/shelve_button_dropdown_options.html index 7211dd34..73381558 100644 --- a/bookwyrm/templates/snippets/shelve_button/shelve_button_dropdown_options.html +++ b/bookwyrm/templates/snippets/shelve_button/shelve_button_dropdown_options.html @@ -6,10 +6,9 @@ {% for shelf in shelves %} {% comparison_bool shelf.identifier active_shelf.shelf.identifier as is_current %} - {% if not is_current %} - {% endif %} {% endfor %} {% if readthrough and active_shelf.shelf.identifier != 'read' %}