From 9c15e8d5dc661b76f540d2ad6832aab479cf0122 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 8 Nov 2025 16:44:09 +0100 Subject: [PATCH] No need to have a loading state for something that's hidden and preloaded --- app/views/my/menus/_accounts.html.erb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/views/my/menus/_accounts.html.erb b/app/views/my/menus/_accounts.html.erb index a1fbe6663..f4b87935a 100644 --- a/app/views/my/menus/_accounts.html.erb +++ b/app/views/my/menus/_accounts.html.erb @@ -1,3 +1 @@ -<%= turbo_frame_tag Current.identity, :account_menu, src: session_menu_url(script_name: nil, menu_section: true, without: ApplicationRecord.current_tenant) do %> - Loading... -<% end %> +<%= turbo_frame_tag Current.identity, :account_menu, src: session_menu_url(script_name: nil, menu_section: true, without: ApplicationRecord.current_tenant) %>