Skip to content

Commit

Permalink
feat: Improve Achievements link processing - MEED-2917 - Meeds-io/MIP…
Browse files Browse the repository at this point in the history
…s#104 (#447)

This change will delete useless link of wallet creation achievement made
by user.
  • Loading branch information
boubaker committed Nov 22, 2023
1 parent c734de6 commit b713b21
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ export function init() {
rank: 50,
icon: 'fas fa-wallet',
match: (actionLabel) => userActions.includes(actionLabel),
getLink: (realization) => {
Vue.prototype.$set(realization, 'link', `${eXo.env.portal.context}/${eXo.env.portal.portalName}/wallet`);
}
},
});
}

0 comments on commit b713b21

Please sign in to comment.