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 Feb 18, 2025
1 parent b5cc51f commit 5e6a766
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 && profile.username !== eXo.env.portal.userName,
click: (profile) => {
const type = profile.prettyName ? 'SPACE_PROFILE' : 'USER_PROFILE';
Expand Down

0 comments on commit 5e6a766

Please sign in to comment.