diff --git a/app/views/users/show.html.erb b/app/views/users/show.html.erb index 5014a6af4..a9f4eb480 100644 --- a/app/views/users/show.html.erb +++ b/app/views/users/show.html.erb @@ -39,7 +39,6 @@
- <%= javascript_packs_with_chunks_tag "profileDropdown", defer: true %> <% if user_signed_in? %> <%= t("views.users.block", user: @user.username) %> -<%= javascript_packs_with_chunks_tag "storiesList", "followButtons", "feedPreviewCards", "hideBookmarkButtons", defer: true %> +<%= javascript_packs_with_chunks_tag "storiesList", "followButtons", "feedPreviewCards", "hideBookmarkButtons", "profileDropdown", defer: true %>