Fix the profile page of other users (#18443)

* fix: lonely div

* chore: whitespace
This commit is contained in:
Ridhwana 2022-09-13 13:42:31 +02:00 committed by GitHub
parent f1176900f0
commit 162ddb81e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,8 +17,7 @@
</div>
<div id="badge-<%= achievement.badge_id %>" class="hidden">
<%= render partial: "badges/badge_detail", locals: { badge: achievement.badge } %>
</div>
<%= render partial: "badges/badge_detail", locals: { badge: achievement.badge } %>
</div>
<% end %>
</div>