diff --git a/app/views/settings/_profile.html.erb b/app/views/settings/_profile.html.erb index 04d3546..4443e25 100644 --- a/app/views/settings/_profile.html.erb +++ b/app/views/settings/_profile.html.erb @@ -31,6 +31,7 @@ <% end %> <% end %> + <% if Flipper.enabled?(:avatar_upload, current_user) %> + <% end %>
<%= f.submit 'Save', class: "btn-md btn-blue w-full md:w-auto" %>