Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
brightiron committed Nov 30, 2024
1 parent 5647bfd commit cf2cbe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Emission/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const Emission = () => {
<div id="stake-view">
<PageTitle name={"Emission Manager"} noMargin />
<Box width="97%" maxWidth="974px">
{emissionConfig?.activeMarketId && (
{Boolean(emissionConfig?.activeMarketId) && (
<Box mb="21px">
<InfoNotification>
<Typography>
Expand Down

0 comments on commit cf2cbe6

Please sign in to comment.