Skip to content

Commit 3fd0993

Browse files
committed
fix(staking): fix missing stake button
1 parent 7bccde4 commit 3fd0993

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)