Skip to content

Commit

Permalink
Merge pull request #3245 from OlympusDAO/fixEmissionFormatting
Browse files Browse the repository at this point in the history
fix formatting
  • Loading branch information
brightiron authored Dec 1, 2024
2 parents 5647bfd + cf2cbe6 commit bdb760a
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 bdb760a

Please sign in to comment.