diff --git a/crates/app/src/public/html/profile/settings.lisp b/crates/app/src/public/html/profile/settings.lisp
index b7f0947..5fe4010 100644
--- a/crates/app/src/public/html/profile/settings.lisp
+++ b/crates/app/src/public/html/profile/settings.lisp
@@ -134,10 +134,12 @@
("selected" "{% if home == '/all/questions' -%}true{% else %}false{%- endif %}")
(text "All (questions)"))
(text "{% for stack in stacks %}")
- (option
- ("value" "{\\\"Stack\\\":\\\"{{ stack.id }}\\\"}")
- ("selected" "{% if home is ending_with(stack.id|as_str) -%}true{% else %}false{%- endif %}")
- (text "{{ stack.name }} (stack)"))
+ (text "")
(text "{% endfor %}"))
(span
("class" "fade")