Skip to content

Commit

Permalink
fix: reorder user card actions - EXO-68497 (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahamdi authored and exo-swf committed Jun 14, 2024
1 parent 365bebe commit cde3fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kudos-webapps/src/main/webapp/vue-app/js/Kudos.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ export function registerExternalExtensions(title) {
icon: 'fa fa-award uiIconKudos uiIconLightBlue',
class: 'fas fa-award',
additionalClass: 'mt-1',
order: 20,
order: 50,
enabled: (profile) => profile.enabled && !profile.deleted,
click: (profile) => {
const type = profile.prettyName ? 'SPACE_PROFILE' : 'USER_PROFILE';
Expand Down

0 comments on commit cde3fa1

Please sign in to comment.