Skip to content

Commit

Permalink
Merge Overview review Meeds-io/MIPs#104 (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
boubaker authored Nov 22, 2023
2 parents c734de6 + b713b21 commit f6a1d09
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 f6a1d09

Please sign in to comment.