Skip to content

Commit

Permalink
feat: Fix walletSettings extension registry ranking in spaceSettings …
Browse files Browse the repository at this point in the history
…list - EXO-698080
  • Loading branch information
IlhemEssaadi committed Feb 26, 2024
1 parent 0b8062e commit a425d6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ if (extensionRegistry) {
extensionRegistry.registerComponent('SpaceSettings', 'space-settings-components', {
id: 'wallet-space-settings',
vueComponent: Vue.options.components['wallet-settings'],
rank: 10,
rank: 20,
});
extensionRegistry.registerComponent('my-rewards-overview', 'my-rewards-item', {
id: 'wallet-rewards-overview',
Expand Down

0 comments on commit a425d6d

Please sign in to comment.