Skip to content

Commit

Permalink
chore: fixed sidebar
Browse files Browse the repository at this point in the history
  • Loading branch information
Teja2045 committed Oct 24, 2023
1 parent d675f21 commit a51e7fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/src/utils/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ export const getSelectedPartFromURL = (urlParts) => {
return "Staking";
case "feegrant":
return "Feegrant";
case "governance":
return "Governance";
case "groups":
return "Groups";
case "authz":
Expand Down

0 comments on commit a51e7fc

Please sign in to comment.