Skip to content

Commit

Permalink
dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
brightiron committed Sep 23, 2024
1 parent 5d3437e commit 2892bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Governance/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export const Governance = () => {
<div id="stake-view">
<PageTitle name="Governance" />
<Box width="97%" maxWidth="974px">
{import.meta.env.VITE_GOVERNANCE_DEV && <GovernanceDevTools />}
<GovernanceDevTools />
<DelegationMessage />
<Metric label="Current Voting Power" metric={`${Number(currentVotingWeight || 0).toFixed(2)} gOHM`} />
<Box display="flex" justifyContent="right">
Expand Down

0 comments on commit 2892bbe

Please sign in to comment.