diff --git a/app/views/home/_fat.html.haml b/app/views/home/_fat.html.haml
index 5b3ce5d01f..a15ecd1e14 100644
--- a/app/views/home/_fat.html.haml
+++ b/app/views/home/_fat.html.haml
@@ -38,15 +38,3 @@
%a{"bo-href" => "hub.path"}
%i.ofn-i_007-caret-right
-.row.active_table_row.link{"ng-show" => "open()", "bo-if" => "!hub.active"}
- .columns.small-11
- %a{"bo-href" => "hub.path", "ofn-empties-cart" => "hub",
- "active-table-hub-link" => "hub",
- change: "Change hub to (disabled)", shop: "Shop at (disabled)"}
-
- .columns.small-1.text-right
-
- %a{"bo-href" => "hub.path"}
- %i.ofn-i_007-caret-right
-
-
diff --git a/spec/support/request/ui_component_helper.rb b/spec/support/request/ui_component_helper.rb
index fcd3ce56f8..269f28cca1 100644
--- a/spec/support/request/ui_component_helper.rb
+++ b/spec/support/request/ui_component_helper.rb
@@ -64,6 +64,6 @@ module UIComponentHelper
def follow_active_table_node(name)
expand_active_table_node(name)
- find(".active_table_node a", text: "Shop at #{name}").click
+ find(".active_table_node a", text: "#{name}").click
end
end