Skip to content

Commit

Permalink
API check for treasury page (#11047)
Browse files Browse the repository at this point in the history
  • Loading branch information
sesh92 authored Oct 29, 2024
1 parent 237335f commit fc8019b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/apps-routing/src/treasury.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ export default function create (t: TFunction): Route {
return {
Component,
display: {
needsApi: []
needsApi: [
'query.treasury.proposals'
]
},
group: 'governance',
icon: 'gem',
Expand Down

0 comments on commit fc8019b

Please sign in to comment.