Skip to content

Commit b533d40

Browse files
authored
Merge pull request #2010 from cprussin/fix-stake-button
fix(staking): fix missing stake button
2 parents 7bccde4 + 3fd0993 commit b533d40

File tree

1 file changed

+1
-0
lines changed
  • apps/staking/src/components/Dashboard

1 file changed

+1
-0
lines changed

apps/staking/src/components/Dashboard/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@ export const Dashboard = ({
218218
staked={governance.staked}
219219
cooldown={governance.cooldown}
220220
cooldown2={governance.cooldown2}
221+
allowStaking={enableGovernance}
221222
/>
222223
</TabPanel>
223224
</Tabs>

0 commit comments

Comments
 (0)