Skip to content

Commit

Permalink
Alter code to make fellowship and ambassador pages to reappear
Browse files Browse the repository at this point in the history
  • Loading branch information
wirednkod committed Oct 18, 2024
1 parent 389efcd commit ee96dc0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/apps-routing/src/ambassador.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export default function create (t: TFunction): Route {
return {
Component,
display: {
needsAccounts: true,
needsApi: [
'tx.ambassadorCollective.vote',
'tx.ambassadorReferenda.submit',
Expand Down
1 change: 0 additions & 1 deletion packages/apps-routing/src/fellowship.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ export default function create (t: TFunction): Route {
return {
Component,
display: {
needsAccounts: true,
needsApi: [
'tx.fellowshipCollective.vote',
'tx.fellowshipReferenda.submit',
Expand Down

0 comments on commit ee96dc0

Please sign in to comment.