Skip to content

Commit

Permalink
Added a element to be rendered when this route is being accessed (ano…
Browse files Browse the repository at this point in the history
  • Loading branch information
memasdeligeorgakis authored Sep 15, 2022
1 parent 1b8160a commit ad53392
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ export const StakingAndGovernance = (): JSX.Element => {
/>
<Route
path={StakingAndGovernanceSubRoute.Governance}
element={<Governance />}
/>
<Route
path={StakingAndGovernanceSubRoute.PublicGoodsFunding}
Expand Down

0 comments on commit ad53392

Please sign in to comment.