Skip to content

Commit

Permalink
Enable permissions page in advanced mode
Browse files Browse the repository at this point in the history
  • Loading branch information
aaroncox committed Dec 14, 2024
1 parent 82b9dbb commit 786adc8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
];
if (context.settings.data.advancedMode) {
items.push({ href: `/${network}/account/${account}/permissions`, text: 'Permissions' });
items.push({ href: `/${network}/account/${account}/votes`, text: 'Votes' });
}
if (context.settings.data.debugMode) {
items.push({ href: `/${network}/account/${account}/permissions`, text: 'Permissions' });
items.push({ href: `/${network}/account/${account}/ram`, text: 'RAM' });
items.push({ href: `/${network}/account/${account}/resources`, text: 'Resources' });
items.push({ href: `/${network}/account/${account}/staked`, text: 'Staked' });
Expand Down

0 comments on commit 786adc8

Please sign in to comment.