Skip to content

Commit

Permalink
fix(staking): fix missing stake button
Browse files Browse the repository at this point in the history
  • Loading branch information
cprussin committed Oct 8, 2024
1 parent 7bccde4 commit 3fd0993
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/staking/src/components/Dashboard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ export const Dashboard = ({
staked={governance.staked}
cooldown={governance.cooldown}
cooldown2={governance.cooldown2}
allowStaking={enableGovernance}
/>
</TabPanel>
</Tabs>
Expand Down

0 comments on commit 3fd0993

Please sign in to comment.